/*h1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-large; font-style: normal; font-weight: bold}
h2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: large; font-style: normal; font-weight: bold}
h3 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: medium; font-style: normal; font-weight: bold}
h4 {  font-family: "Times New Roman", Times, serif; font-size: medium; font-style: normal; font-weight: bold}*/

h1 {   
  clear: both;
  font: 400 1.9em georgia, serif;
  color: #532406;  
}

h2 {
  clear: both;
  font: 400 1.3em georgia, serif;
  color: #61804E;
}

h3 {
  font: 700 1.1em georgia, serif;
  color: #8F512A;
}

h4 {
  font: 400 0.9em georgia, serif;
  text-transform: uppercase;
}

hr {
  color: #B8E78B;
}

ul {
  margin: 10px 30px;
  padding: 0 30px 0 5px;
  list-style: none;
}

ul li {
  padding-left: 25px;
  background: url(buttons/bullet.gif) no-repeat;
  background-position: 0 3px;
}
a {
  text-decoration: none;
  color: #737339; 
/*  border-bottom: 1px solid #B8E78B;*/
}

a:visited {
/*  background-color: #F1FFE3;*/
  color: #5E9040;  
}

a:hover {
  color: #3C5D29;
  background-color: #F1FFE3;
/*  border-bottom: 1px solid #4A6E35;*/
}
