<style>
body
{ XXmargin: 0;
  XXpadding: 0;
  background: white; color: black;  
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 10px;
}

td
{ font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
}

h1
{ font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

h2
{ font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

A:anchor
{ Color: #003399
}
A:visited
{ Color: #003399
}
A:hover
{ color:Red;
}

TABLE.CustomLinks 
{ background-color: white;
}

TABLE.IndexMain 
{ background-color: white;
}

TABLE.CategoryMatrix 
{ background-colorxxxx: yellow;
}

ul#HeaderMenu
{ margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  background: #80b080;
  float: left;
  width: 100%;
  width: 770px
}

ul#HeaderMenu li, 
{ display: inline;
}

ul#HeaderMenu a
{ display: block;
  color: 023b06;
  float: left;
  text-decoration: none;
  padding: .2em .5em;
  border-right: 1px solid white;
}

ul#HeaderMenu a:hover
{ background: #c9dfc8;
  color: #025906;
}

a#MainButtons
{ display: block;
  colorXXXX: 023b06;
  float: left;
  backgroundXXXXX: #80b080;
  text-decoration: none;
  padding: .2em .3em;
  border-rightXXXXXX: 1px solid white;
  font-size: 80%;
}

a#MainButtons:hover
{ backgroundXXXXX: #c9dfc8;
  colorXXXXX: #023b06;
}

a#IndexMenu
{ display: block;
  color: white;
  float: left;
  background: black;
  text-decoration: none;
  padding: .4em 1em;
  border-right: 5px solid white;
  font-size: 110%;
}

a#IndexMenu:hover
{ background: #999999;
  color: black;
}


</style>