body {
	font-size: 12px;
	margin: 0px;
	background-color: #888;
	font-family: sans-serif;
}
.menu {
	background-color: Black;
	color: White;
	font-weight: bolder;
	vertical-align: top;
	font-size: 12px;
}
.submenu {
	font-size: 11px;
}
.content {
	background-color: #fff;
	color: black;
	vertical-align: top;
	padding-left: 1em;
		font-size: 12px;
}
.footer {
	background-color: #D8D8D7;
	color: black;
	vertical-align: middle;
	padding-left: 1em;
	font-size: 11px;
}
H1{
	color: #873032;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
H2{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
H3{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
ul{
	padding-top: 2px;
	margin-top: 2px;
	padding-left: 6px;
	margin-left: 14px;
	line-height: 1.1em;
	list-style-image: url(images/menubullet.gif);
}
	a:link    {
	color: Red;
}
	a:active  {
	color: White;
}
	a:visited {
	color: #CC0000;
}
	a:hover   {
	color: #000;
}
.menu a:link{
	color: #ffffff;
	text-decoration: none;
}
.menu a:visited{
	color: #ccc;
	text-decoration: none;
}
.menu a:hover{
	color: #fff;
	text-decoration: underline;
}
.menu a:active{
	color: #CC0000;
}
