.links a:link { text-decoration: none; color: #993333}
.links a:visited { text-decoration: none; color: #993333}
.links a:active { text-decoration: none; color: green}
.links a:hover { color: #006600}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #993333;
	text-decoration: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.bodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #660000;
}
.bodytextitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.bodytextital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: italic;
}
