body {
margin: 0px;
font-family: Arial, Verdana, Helvetica, sans-serif;
text-align: center;
background-color: #ffffff;
}

#Topmenu {
font-size: medium;
height: 36px;
float: none; /* since this element is floated, a width must be given */
width: 100%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #F7F182;
padding: 0 0 0 0px;
}

h1 {
	font-size: larger;
	font-weight: bold;
	text-align: center;
	color: #8e1816;
}

h3 {
	text-align: center;
	font-size: medium;
}

table {
background-color: #ffffff;
border: 1px #8b8b8b groove;
padding: 3px;
}

p {
text-align: center;}

.footer {
width: 100%;
font-size: 10.5pt;
font-variant: small-caps;
font-weight: bold;
text-align: center;
background-color: #ffff99;
padding: 0px;
}

.footer a:hover {
background-color: #003366;
color: #ffffff;
text-decoration: none;
}

a:link {
color: #004080;}

a:visited {
color: #004a94;}

a:hover {
color: #877f11;
background-color: #f8f8c5;}

