body {
font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
font-size: medium;
margin: 0px;
}

#Topmenu {
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;
}

h1 {
text-align: center;
font-size: large;}

.c1 {
text-align: center;
}

.c2 {
color: #ff0000;}

.c3 {
color: #000080;}

.c4 {
color: #0000ff;}

.c5 {
color: #ff0000;
}

.c7  {
color: #0000a0;
}

.c8 {
color: #0000ff;
}

.footer {
width: 100%;
font-size: 11pt;
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;
}

img {
border: solid 0;}

p {
text-align: center;
padding: 2.5px;
}

a:link {
color: #0000cc;}

a:visited {
color: #990000;}

a:hover {
text-decoration: underline overline;
color: #003399;}

a:active {
color: #cc0033;}

