a:link
{
	color: rgb(225,225,225);
	text-decoration: none;
	text-size: 10px;
	font-weight: bold;
}
a:visited
{
	color: rgb(225,225,225); 
	text-decoration: none;
	text-size: 10px;
	font-weight: bold;
} 
a:hover {
    color: rgb(255,255,0);
    text-decoration: none;
    text-size: 10px;
    font-weight: bold;
}
   
a:active 
{
	color: rgb(255,255,0);
	text-decoration: none;
	text-size: 10px;
}
body
{
	font-size: 12px;
	font-family: Verdana;	
	background-color: rgb(240,240,240);
	color: #323232;
}table        { font-family: Verdana; font-size: 12px }