body {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #555555;
	text-align: center;
	

}

A:link {
	color: #CCCC55;
	text-decoration: none;
}
A:visited {color: #CCCC55; text-decoration: none;}
A:active {color: #FFCC99; text-decoration: underline;} 
A:hover {color: #FFCC99; text-decoration: underline; } 
