body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.Subheading {
	font-size: 11px;
	font-weight: bold;
	color: #00FF99;
}
.Subsubheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00FF99;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #00FF99;
}
a:active {
	text-decoration: none;
	color: #FF33CC;
}
.currentlink {

	font-size: 10px;
	color: #33FF99;
}
