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(225,225,225);
	color: #323232;
}table        { font-family: Verdana; font-size: 12px }

a:link.glos {font-family:Verdana; font-size:8pt; color:green; text-decoration:none; font-weight: bold;}
a:visited.glos {font-family:Verdana; font-size:8pt; color:green; text-decoration:none; font-weight: bold;}
a:active.glos {font-family:Verdana; font-size:8pt; color:green; text-decoration:none; font-weight: bold;}
a:hover.glos {color: rgb(0,100,0);text-decoration: underline; font-weight: bold;}