
A.header:link    
  {text-decoration: none; 
   color: black}
A.header:visited 
  {text-decoration: none; 
   color: black}  
A.header:hover   
  {text-decoration: underline; 
   color: #0033FF} 
A.header:active  
  {text-decoration: none; 
   color: #0033FF} 

A:link    
  {color: #555588;
   text-decoration: underline}
A:visited 
  {color: #7744aa;
   text-decoration: underline}  
A:hover   
  {color: #0033FF;
   text-decoration: underline} 
A:active  
  {color: #7744aa;
   text-decoration: underline} 

H2 {font-family: Arial, sans-serif;
    font-size: 90%;
	font-weight: bold;
	font-style: italic;
    color: #5B4A1F;
    margin-bottom: 4px}
   
P {font-family: Arial, sans-serif;
   font-size: 90%;
   color: #5B4A1F;
   margin-top: 4px}
   

.headerbox 
  {background-color: #EBE0C3; 
   border: 1px solid black; 
   border-right: 4px solid black}

.headertitle 
  {font-family: Arial, sans-serif; 
   font-size: 130%; 
   font-weight: bold; 
   color: #5B4A1F; 
   margin-bottom: 3px}

.headersubtitle 
  {font-family: Arial, sans-serif; 
   font-size: 90%; 
   color: #5B4A1F; 
   margin-top: 3px}


.gpfarmname 
  {font-family: Verdana, sans-serif; 
   font-size: 110%; 
   font-weight: bold; 
   font-style: italic; 
   color: #549b42; 
   margin-top: 3px}

.gpfarmcounty 
  {font-size: 75%; 
   font-weight: normal; 
   font-style: normal}

.menubox 
  {font-family: Verdana, sans-serif; 
   font-size: 75%; 
   color: #000000; 
   background-color: #D2B97C; 
   padding-top: 5px; 
   padding-bottom: 5px; 
   border: 1px solid black; 
   border-right: 4px solid black}

.contentbox 
  {background-color: #DAC592; 
   border: 1px solid black; 
   border-right: 4px solid black; 
   border-bottom: 4px solid black; 
   padding: 20px}

.footerbox 
  {font-family: Arial, sans-serif; 
   font-size: 75%; 
   color: #cc9966; 
   padding: 20px}

