BODY {
	background: #fffcea;
	color: #000000;
	font-family: Arial, sans-serif;
}

TD {
	vertical-align: top;
}

H1, .h1 {
	font-size: 21px;
	color: #cc9900;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Arial Black", Arial, sans-serif;
	line-height: 1.2em;
}

.h1 {
	text-transform: none;
}

a:link {
	color: #cc9900;
}
a:hover, a:active {
	color: #333300;
}
a:visited {
	color: #cc9900;
}


#navTable TR TD {
	background: #330000;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid white;
	text-align: center;
}

#navTable TR TD A:link, #navTable TR TD A:visited  {
	display: block;
	width: 135px;
	padding: 15px 0px;
	color: white;
	text-decoration: none;
}

#navTable TR TD A:active, #navTable TR TD A:hover  {
	color: pink;
	text-decoration: underline;
}


#footer {
	padding: 12px 0px;
	color: white;
	font-size: 11px;
	font-weight: bold;
}
