body { 
	font: 12pt/16pt, Helvetica, sans-serif; 
	color: #CC0000; 
	background-color: #000000; 
	margin: 0px; 
	}
p { 
	font: 12pt/16pt, Helvetica, sans-serif; 
	margin-top: 0px; 
	text-align: left;
	}
h3 { 
	font: 8pt/16pt, Helvetica, sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #CC0000;
	}
a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #FF0000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #AA0000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #FF0000;
	}