body {
font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
font-size: medium;
margin: 0px;}

div {
text-align: center;}

#Topmenu {
font-size: medium;
height: 40px;
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;
}

h4 {
font-weight: bold;
font-style: italic;
}

h5 {
font-size: 11pt;
font-weight: normal;
}

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: #0000cc;}

a:visited {
color: #cc0033;}

a:hover {
text-decoration: underline overline;
color: #0033cc;}

a:active {
color: #000099;}
