h1  
{  
  color: #FFFFFF;
  font-family: Arial, Times New Roman;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  background-color: #000000;
  background-image: url(tartan.jpg);
  padding: 8px;  
}
h2
{
	color: #000000;
	font-family: Arial, Verdana;
	font-size: 26px;
	text-decoration : none;
        text-align: center;
	background-color: none;
        padding: 5;
}
h3
{
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	text-decoration : none;
}
h4
{
	color: #8B4513;
	font-family: Verdana, Arial;
        font-weight: plain;
	font-size: 11px;
	text-decoration : none;
}
h5
{
	color: #000000;
	font-family: Arial;
        font-weight: plain;
	font-size: 10px;
	text-decoration : none;
}
font
{
	color: #000000;
	font-family: Arial;
        font-weight: plain;
	font-size: 12px;
	text-decoration : none;
}
<style type="text/css">
<!--
BODY { 
     background-image: url(none);
     background-color: #DEB887;
     background-repeat: repeat;
     background-attachment: fixed;
     background-position: center top;
}
</style>
ul#MAINLINKS { 
width: 130px; 
}
ul#MAINLINKS li {
  list-style-type: none;
  display: block;
  margin-left: -2.5em;
  color: none;
  padding: 1;
  list-align: left;
  background-color: none;
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom:;        
}
ul#MAINLINKS li a {  
  display: block;
  width: 130px;
  margin: 0 auto;
  padding: 1;
  color: #8B4513;
  font-family: Microsoft Sans Serif, Arial;
  font-size: 13px;
  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: #CC0033;
  background-color: none;
  border-left: solid 1px #000000;
  border-bottom: solid 1px #000000; 
}
ul#MAINLINKS li#youarehere {
  color: none;
  background-color: none;
  border-right: none;
  border-left: solid 0px #000000;
  border-top: none;
  border-bottom: none;         
}
<!--
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#vdividermenu ul{
margin: 0;
padding: 2;
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>






