a:link
{
	color: #000000; 
	text-decoration : none;
	font-size : 8;
	font-weight: bold;
}
a:visited
{
	color: #000000; 
	text-decoration : none;
	font-size : 8;
	font-weight: bold;
	} 
a:active 
{
	color: #000000;
	text-decoration : none;
	font-size : 8;
	font-weight: bold;
	}
a:hover
{
	color: #ff0000;
	text-decoration : none;
	font-size : 8;
	font-weight: bold;
}
