@charset "utf-8";
/* CSS Document */

a.contact{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-color: #003366;
}

a.contact:link {
	color: #003366;
	font-weight: normal;
	text-decoration: none;
	}

a.contact:visited {
	color: #003366;
	font-weight: normal;
	text-decoration: none;
	
}

a.contact:hover {
	color: #FFFFFF;
	background-color: #003366;
	text-decoration: none;
}