BODY
{
	text-align: center;
	color: White;
	font-family: "Arial";
	font-size: x-small;
	background: Black;
}

.PageWidth
{
	width: 800px;
	text-align: left;
	text-decoration: none;
}

.Menu, .MenuSelected
{
	background-color: #C0FF64;
	font-size: xx-small;
	text-align: center;
	border-color: Black;
}

.MenuSelected
{
	background: #698C22;
	color: White;
	font-weight: Bold;
}

.Menu TR TD A, .Menu TR TD A:hover
{
	text-decoration: none;
	color: Black;
}

.Menu TR TD A:hover
{
	color: Red;
}

TABLE
{
	font-size: x-small;	
}

.Bottom
{
	text-align: right;
	font-size: xx-small;
	padding: 20px 0px;
}

.Bottom A:Hover, .Bottom A:Link, .Bottom A:Visited
{
	text-decoration: none;
}

.Contact
{
	font-size: x-small;
}
.Contact A:Hover, .Contact A:Link, .Contact A:Visited
{
	text-decoration: none;
}

.Bottom A:Hover, .Contact A:Hover
{
	color: Green;
}