body
{
	color: black;
	background: #0b042a;
	font-family: helvetica, sans-serif;
}

.yellowtext
{
	color: ffaf03;
}

p.news
{
	border-width: 1;
	border-color: #999999;
	border-style: solid;
	padding: 5;
	margin: 5;
}

.picright
{
	float: right;
	margin: 5;
	border: 0;
}

.picleft
{
	float: left;
	margin: 5;
	border: 0;
}

.tablehead
{
	background: #0b042a;
	color: white;
	font-weight: bold;
}
.whitebox
{
	background: white;
	vertical-align: top;
	<!--
	border: 1 solid black;
	-->
	border-width: 1px;
	border-style: solid;
	border-color: black;
	font-size: 10pt;
	padding: 0;
}

.menubig
{
	font-size: 12pt;
	font-weight: bold;
}

.menusmall
{
	font-size: 12pt;
}

A.menubig:link, A.menusmall:link
{
	color: black;
	text-decoration: none;
}

A.menubig:visited, A.menusmall:visited 
{
	color: black;
	text-decoration: none;
}

A.menubig:active, A.menusmall:active 
{
	color: red;
	text-decoration: none;
}

A.menubig:hover, A.menusmall:hover
{
	color: #333666;
	text-decoration: none;
}

.hugetext
{
	font-size: 28pt;
	font-weight: bold;
}
.midtext
{
	font-size: 12pt;
}
