.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990099;
	font-weight: bold;
}
.boldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline overline;
}
a:active {
	text-decoration: none;
}

