p, td, tr{
  font-family: Garamond;  font-size: 16px;
}

h3{
	font-family: Garamond;
	font-size: 13.5px;
    color :# FFFFFF;
	margin-bottom : 0px;
	margin-top : 0px;
}

h4{
	font-family: Garamond;
	font-size: 12px;
	margin-bottom : 0px;
	margin-top : 0px;
}

a { 
   font-family: Garamond; 
   font-size: 16px;
   color: #000066; 
   text-decoration:none;
 }
a:hover { text-decoration: underline; }
a:visited { color: #6600aa; }
a:active { color: red; }

.but1 {
   font-family: Garamond;
   color: #cc3300;
   background-color: #FFFFCE;
   font-size: 10pt;
  text-decoration: none;
  cursor: hand
}