a:active {  text-decoration: none}
a:hover {  text-decoration: none; color: #FF0000}
a:link {  text-decoration: none; color: #CCCCCC}
a:visited {  text-decoration: none; color: #CCCCCC}
body {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	margin-top : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
; background-color: #999999
	}
