body {
  font-size: 12px;
  font-family:  arial, sans-serif;
  color: #666666;
  background-color:#666666;
}

h1 {
  font-size: 15px;
  font-weight: bold;
  color: #789b3a;
}

h2 {
  font-size: 11px;
  font-weight: bold;
}


h3 {
  font-size: 14px;
  font-weight: bold;
  color: #789b3a;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  color: #789b3a;
}


.content {
  line-height: 130%;
  margin-left:10px;
  margin-right:15px;  
}

a		    {
  color: #666666;
  text-decoration:none;
		    }
        
a:hover {
  color: #789b3a;
  text-decoration:none;
        }





