﻿body
{
	text-align:center;
	font-size:10pt;
	BACKGROUND-COLOR: #202020;
}
h1
{
	font-size:14pt;
	font-weight:bold;
}
h2
{
	font-size:12pt;
	font-weight:bold;
	font-style:italic;
}
hr
{
	width:90%;
	text-align:center;
}
.MenuLink:link
{
	color:#e0e0e0;
	text-decoration:none;
}
.MenuLink:visited
{
	color:#e0e0e0;
	text-decoration:none;
}
.CalendarCell
{
	color:#e0e0e0;
	background-color:#e00000;
	border-color:Yellow;
	vertical-align:top;
}
.CalendarTable
{
	border-width:1px;
	border-color:Yellow;
}
.CalendarCellHeader
{
	background-color:#0000e0;
	color:#e0e0e0;
	text-align:center;
	font-weight:bold;
}
.CalendarEventLink
{
	text-decoration:none;
	color:yellow;
	font-weight:bold;
	font-size:12pt;
}
.CalendarDateText
{
	color:White;
	font-weight:bold;
	font-size:12pt;
}

