/* Navigation bar declarations */
   
.hovermenu ul{
font: bold 100% arial;
padding-left: 0;
height: 40px
} 

.hovermenu ul li{
list-style: none;
display: inline;
} 

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: green;
background-color: #FFF2BF;
border: 2px solid #FFF2BF;
} 

.hovermenu ul li a:hover{
background-color: #FFE271;
border-style: outset;
} 

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}  


/* Custom Scrollbar Colors */
scrollbar-base-color: #C0C0C0;
 
/* Fonts and headers */
 
body
{font-family: arial, helvetica, sans serif; 
color: black;
font size: 100%
}

p
{font-family: arial, helvetica, sans serif; 
color: green;
font size: 100%
}

h1
{font-family: arial, helvetica, sans serif; 
color: green;
font-size: 120%;
font-weight: bold;
font-style: italic
}

h2
{font-family: arial, helvetica, sans serif; 
color: green;
font-size: 130%;
font-weight: bold;
font-variant: small-caps
}

h3
{font-family: arial, helvetica, sans serif; 
color: green;
font-size: 160%;
font-weight: bold;
font-variant: small-caps
}

h4
{font-family: arial, helvetica, sans serif; 
color: green;
font-size: 70%;
font-style: italic
}

a
{
text-decoration: none
}


  

  









