a:link
{
	font-size:10px;
	font-weight:bold;
	color: #FFFF00; 
	text-decoration : underline; 
}
 
a:visited
{ 
	font-size:10px;
	font-weight:bold;
	color: #CCCCCC; 
	text-decoration : underline; 
}
 
a:hover
{ 
	font-size:10px;
	font-weight:bold;
	color: #FFFF00; 
	text-decoration : underline; 
}
 
a:active
{
	font-size:10x;
	color: #CCCCCC;
	text-decoration: underline;
}
