h1  
{  
  color: #8B4513;
  font-family: Times New Roman, Verdana, Arial, Times New Roman;
  font-weight: plain;
  font-size: 24px;
  font-style: italic;
  text-align: center;
  padding: 0px;  
}
h2
{
	color: #8B4513;
	font-family: Microsoft Sans Serif, Times New Roman, Arial, Verdana;
	font-size: 18px;
	font-weight: bold;
	font-style: plain;
	text-decoration: none;
        text-align: center;
	background-color: none;
        padding: 0px;
}
h3
{
	color: #8B4513;
	font-family: Microsoft Sans Serif, Times New Roman, Arial, Verdana;
	font-size: 15px;
	font-weight: bold;
	font-style: none;
	text-decoration: none;
	background-color: none;
	padding: 0px;
}
h4
{
	color: #FFF8DC;
	font-family: Tahoma, Verdana, Times New Roman, Arial;
	font-style: normal;
        font-weight: 600;
	font-size: 11px;
	text-decoration: none;
}
h5
{
	color: #8B4513;
	font-family: Arial, Times New Roman,Verdana;
        font-weight: plain;
	font-size: 9px;
	text-decoration : none;
}
font
{
	color: #8B4513;
	font-family: Arial Wide, Verdana;
        font-weight: plain;
	font-size: 11px;
	text-decoration: none;
	text-align: justify;
	background-color: none;
}

<style type="text/css">
<!--
BODY { 
     background-image: url(bkgnd.jpg);
     background-attachment: no-fixed;
     background-repeat: no-repeat;
     background-color: #F9E1BD; 
     background-position: center top;
     margin: 0;
     padding: 0px 0px 0px 0px;
}
</style>
ul#MAINLINKS { width: 170px;  
}
ul#MAINLINKS li {
  list-style-type: none;
  margin-left: -2.5em;
  margin-right: -2.5em;
  padding: 2;
  list-align: center;
  background-image: none;
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: none;        
}
ul#MAINLINKS li a {  
  display: block;
  width: 170px;
  margin: 0 auto;
  padding: 1;
  color: #8B4513;
  font-family: Arial Wide, Verdana, Arial;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  float: none;
  background-color: none;
  border-bottom: none;
  border-top: none;
  border-right: none;
  margin-bottom: 1;
}
a:link, a:visited { color: #fff; }
ul#MAINLINKS li a:hover {
  color: #008000;
  background-color: #FFF8DC;  
}
ul#MAINLINKS li#youarehere { 
  font-family: Arial Wide, Verdana, Arial;
  font-size: medium;
  font-variant: small-caps;
  font-style: oblique;
  color: #008000;
  background-color: #FFF8DC;
  border-top: 0px solid #8B4513;
  border-bottom: 0px solid #008000;
  border-left: 0px solid #008000;       
}
<!--
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: center;
width: 100%;
border: 0px solid #625e00;
background-color: #ECECEC;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: center;
font-family: Arial, Verdana;
font-size: 10px;
color: #8B4513;
padding: 2px 8px;
text-decoration: none;
border-right: 1px solid #8B4513;
background: transparent url(media/vertical.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
color: #8B4513;
}

#vdividermenu ul li a:hover{
color: red;
background-color: #ffffff;
}

</style>


