﻿body 
{
	font-family: arial;
}



.menuholder
{
	background: black;
	color: white;
	height:100%;
}

.menuheader
{
	color: white;
}

.menu td
{
	background: black;
	color: white;
}

.menulink a
{
	color: white;
	text-decoration: underline;
}

.menulink a:visited
{
	color: white;
}

.menulink:hover
{
	background: white;
}

.menulink:hover a
{
	color: black;
}

.menulink a:hover
{
	background: white;
	color: black;
	text-decoration: none;
}

h1
{
	font-size: larger;
	font-weight: normal;
	color: blue;
}
.Hr2Black
{
	color: black;
	height:2px;
}

.Hr1Grey
{
	color: gray;
	height: 1px;
}
