h1 {
  color: #09460F;
  font-size:25px;
  font-family: Verdana, Arial, Helvetica, sans-serif;  
  font-weight: bold; 
}

h2  {
  color: #588E03;
  font-size: 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;  
  font-weight: bold; 
}

h3 {
  color: #black;
  font-size:14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;  
  font-weight: bold; 
}

h4 {
  color: #black;
  font-size:9px;
  font-family: Arial, Helvetica, sans-serif;  

}


h5 {
  color: #black;
  font-size:12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;  
  font-weight: bold; 
}


p { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12.5px; 
 font-weight: 500; 
 color: #000000;  
} 

ul { 
 font-family: Verdana, Arial, Helvetica, sans-serif;  
 font-size: 12px; 
 font-weight: 500; 
 color: #000000;  
}

a:link	{
	text-decoration: none;
        font-weight: bold;
	color: #9CCE2E;
	}
a:visited	{
	text-decoration: none;
        font-weight: bold;
	color: #9CCE2E;
	}
a:hover	{
	text-decoration: none;
        font-weight: bold;
	color: white;
        background: #F7AE16;
	}
a:active	{
	text-decoration: none;
        font-weight: bold;
	color:  #F7AE16;
	}



