TD { 
	font-weight: normal;	
	font-size: 10pt;
	color: #FFFF00;
	font-family: Courier New, Courier, mono;
	vertical-align: top;
}

body { 
	font-weight: normal; 
	font-size: 10pt; 
	color: #FFFF00; 
	font-family: Courier New, Courier, mono; 
	background-color: #000000
}
a:link {
	color:#FFFF00; 
	text-decoration:none;
	font-weight: normal
}
a:visited { 
	color:#FFFF66; 
	text-decoration:none;
	font-weight: normal
}
a:active { 
	color:#FF3300; 
	text-decoration:underline;
}
a:hover {
	color:#FF0000; 
	text-decoration:underline;
}


