body { 
	font-size: 10pt;
	font-family: arial, verdana, helvetica, times new roman; 
	color: #FFFFFF;
	background: #000000;
	margin: 0 px;
	padding: 0 px;
	}
p { 
	font-size: 10pt; 
	font-family: arial, verdana, helvetica, times new roman;
	margin: 0px; 
	text-align: center;
	}
a:link { 
	text-decoration: underline; 
	color: #efefef;
	}
a:visited { 
	text-decoration: underline; 
	color: #eafbff;
	}
a:hover, a:active { 
	text-decoration: underline, overline; 
	color: #caf5ff;
	}



/* specific divs */
	
#sitecontent {
	background: transparent;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	height: 1620px;
	}
