body {
font-family: arial; /* base font is defined in the page */
font-size: 12px; /* size font is defined in the page */
color:#CCCCCC;
}

A:link {
  color: #CCCCCC;
  text-decoration: none;
}

A:visited {
	color: #CCCCCC;
	text-decoration: none;
}
	
A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}