body { color: #6F8549 font-weight: normal; background-color: beige; }

p { color: #000000; font-style: normal; background-color: beige; text-align: left; }

h3 {
color: 6F8549;
text-align: left;
}

h2 {
color: #ffe271
text-align: left;
}


td { padding: 5pt; }

a:link {
color: #6F8549;
text-decoration: underline; 
}

a:visited { 
color: #6F8549;
text-decoration: underline;
}

a:hover { 
color: #6F8549; 
font-weight: bold; }

a:active { color: #5959f2; }

.hovermenu ul{ font: bold 16px arial; margin-left: 20px; height: 34px; margin-top: 10px; }

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding:10px 2em;
text-decoration: none;
float: inherit;
color: #6F8549;
background-color: #DAE199;
border: solid 5px #6F8549;
}

.hovermenu ul li a:hover{ color: #000000; background-color: #e4c660; border-style: outset; }

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

