.bodytext a:link {
	color: #003300;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;


}
.bodytext a:visited {
	color: #003333;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;



}
.bodytext a:hover {
	text-decoration: underline;
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;



}
.bodytext a:active {
	color: #003300;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;


}
