body, td { 
background-color : #e2e2d2; 
font-family : verdana, tahoma, arial, helvetica; 
font-size : 15px; 
color : black; 
} 
td.body { 
padding : 1em 1em 1em 1em; 
} 
.header { 
color : #3c68af; 
font-family : verdana, tahoma, arial, helvetica; 
font-size : 20px; 
} 
.footer { 
color : #875558; 
font-family : verdana, tahoma, arial, helvetica; 
font-size : 10px; 
} 
A:link, A:visited, A:active, A:hover { 
color : #874447; 
text-decoration : none; 
} 

.hovermenu ul{
font: bold 15px arial;
padding-left: 0;
margin-left: 25;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: #875558;
background-color: #e2e2d2;
border: 2px solid #e2e2d2;
}

.hovermenu ul li a:hover{
background-color: #3c68af;
border-style: outset;
color: white;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

