/* NEU */

/* ================================== */
/* BODY AND DEFAULT                   */
/* ================================== */
body {
	background: #cdcdcf; 
	color:#000000;
	font-size: 14px; 
	padding: 0.0em;
	margin: 0.0em;
	padding:0.0em;
	font-family: Verdana, Sans-Serif;
}

html, body, #page {
/* 	height: 100%;
	min-height: 100%;*/
}

#page {
	padding: 100px 0px 0px 0px;
	text-align: center;
}

#page span.bold {
	font-weight: bold;
}

#page span.italic {
	font-style: italic;
}

#page span.highlight {
	color:  #cc0066;
}

#page span.big {
	font-size: 20px;
}


a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #000000;
}

a.highlight {
	color: #cc0066;
	text-decoration: none;
}

a.highlight:hover {
	text-decoration: underline;
}

a.highlight:visited {
	color: #cc0066;
}
