.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #001D33;
	font-weight: normal;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #001D33;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #DE4A00;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #1D62C0;
	text-decoration: none;
}
.link:hover{
	font-family: VArial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #DE4A00;
	text-decoration: underline;
}
<!--
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #DE4A00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
-->