a:link
{ 
	font-family: arial;
	font-weight: normal;
	text-decoration: none;
	color: #700000;
	font-size: 11px;
}

a:hover
{ 
	font-family: arial;
	font-weight: normal;
	text-decoration: underline;
	color: #003366;
	font-size:11px;
}

a:visited
{ 
	font-family: arial;
	font-weight: normal;
	text-decoration: none;
	color: #700000;
	font-size: 11px;
}

a:active
{ 
	font-family: arial;
	font-weight: normal;
	text-decoration: none;
	color: #700000;
	font-size: 11px;
}