/* rest of the document */
BODY {
	color: white;
	font-family: Arial, helvetica; 
	font-size: 11pt; 
	line-height: 1.5;
}
A:visited{
	color: #00CCFF;
	text-decoration: none;
}   
A:link{
	color: #00FFFF;
	text-decoration: none;
}
A:hover {
	color: #66FFCC;
	text-decoration: underline;
}
A:active {
	color: #00FFFF;
	text-decoration: none;
} 
