a { 
   text-decoration: underline; 
   font-family: "Garamond"; 
   color: #3A5C0C;
}

a:visited { 
   text-decoration: underline; 
   font-family: "Garamond"; 
   color: #3A5C0C;
}


a:hover { 
   color: #F0C332; 
   text-decoration: underline none;
}

input#email_address, label[for="email_address"] {
    display:none;
}

h3 { 
   font-size: 14pt; 
   font-family: "Garamond", Georgia;
   color: #3A5C0C;
}


body { 
   font-family: "Garamond";
}




