body
{
	font-family: Arial;
	font-size: small;
	background-color: #cccccc;
}

table
{
	padding: 5px;
	margin: 5px;
}

table.borders
{
	border-right: white thin solid;
	border-top: white thin solid;
	border-left: white thin solid;
	border-bottom: white thin solid;
}

div.note
{
	font-style: italic;
	border: solid 1px #aaaa66;
	padding: 8px;
	margin-right: 40px;
}

th
{
	border-bottom: solid 1px #bbbb66;
	color: #aaaa55;
}


h1
{
	text-align: center;
}

h3
{
	border: solid 1px #888844;
	background-color: #000088;
	padding: 10px;
	color: #ffff88;
}

h4
{
	border-bottom: solid 1px #aaaa44;
}

td
{
	vertical-align: top;
	padding: 7px;
	padding-bottom: 10px;
	background-color: #000066;
	color: #ffffff;
}

div.announcement
{
	padding-left: 40px;
	padding-bottom: 10px;
	padding-right: 10px;
}

div.bold
{
	font-weight:bold;
	border-bottom: solid 2px #dddd44;
}

div.unknown
{
	font-style: italic;
	font-size: small;
	color: Gray;
}

li
{
	padding: 5px;
}

A:link
{
	color: #bbbbff;
}

a:visited
{
	color: #aaaaff;
}

div.smallnote
{
	font-weight: lighter;
	font-size: small;
	color: #ffff88;
}