a
{
	font-family: arial narrow;
	text-decoration:none;
	color: #000055;
	font-weight: normal;
	font-size: small;
}

a:visited
{
	color: #000055;
}

a:link
{
	color: #000055;
	text-decoration: none;	
}

a:hover
{
	color: Red;
	text-decoration: underline;	
	font-weight:bold;
}
