a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #003366;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
body {
	background-color: #EBEBEB;
}

.font {
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	position: relative;
	top: 10px;
	width: 735px;
	left: 40px;
	font-variant: normal;
	font-weight: bold;
	text-transform: none;
	letter-spacing: normal;
	line-height: normal;
}

