.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #666699;
	font-weight: bold;
}
.BodyText {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}
.Links {
	font-family: Tahoma;
	color: #cc0099;
	font-size: 11px;
	text-decoration: underline;
}
.Clicks {
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}
