a:link
{
	color: #000000; 
	text-decoration : none;
	font-weight : bold
	
}
a:visited
{
	color: #000000; 
	text-decoration : none;
	font-weight : bold
	
	} 
a:active 
{
	color: #000000;
	text-decoration : none;
	font-weight : bold
	
	}
a:hover
{
	color: #C0C0C0;
	text-decoration : underline;
	font-weight : bold
	
}
