a:link
{
	font-weight:bold;	
	text-decoration:none;
	color: rgb(0,255,255);
	font-size : 10px; 
}
a:visited
{
	font-weight:bold;
	text-decoration:none;
	color: rgb(255,255,255);
	font-size : 10px;  
} 
a:active 
{
	font-weight:bold; 
	text-decoration:none;
	color: rgb(255,0,0);
	font-size : 10px;
}

body
{
	font-family: Verdana, Arial, Helvetica;
	color: rgb(255,255,153);
	font-size : 9px;
	background-color: #cccccc;
}
