body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #66FF00;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #FFFF00;
	font-weight: bold;
}
.cal_month {
	font-weight: bold;
	font-variant: small-caps;
}
.cal_day {
	font-size: 9pt;
	font-weight: bold;
	font-variant: small-caps;
}
.cal_date {
	font-weight: bold;
}
.cal_text {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	font-variant: small-caps;
}
a.cal_link:link {
	font-size: 10pt;
	color: #000000;
	font-variant: small-caps;
	text-decoration: underline;
}
a.cal_link:hover {
	text-decoration: none;
}
a.cal_link:visited {
	font-size: 10pt;
	color: #000000;
	font-variant: small-caps;
	text-decoration: underline;
}
.normal {font-size:12pt;}
.hidden {display: none}
.small {font-size: small}
.xsmall {font-size: x-small}
.menuspace {height: 400}