body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
a:link {
	color: #9966FF;
	text-decoration: none;
}
a:visited {
	color: #9966FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;

}
.pagetitle {
	font-size: x-large;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
	font-variant: normal;

}
.subtitle {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
}
a:active {
	color: #CCCCFF;
	text-decoration: none;
}
