H4, H3, H2, H1, BODY, TD, EM, TH {
   font-family : Palatino, "Book Antiqua", serif;
}
TH {text-align: left;vertical-align: top }
H4 {font-size : 14pt;}
H3 {font-size : 15pt;}
H2 {
   font-size : 18pt;
   font-weight : bold;
}
H1 {
   font-size : 24pt; 
   font-weight : bold;
}
BODY {
   font-size : 14pt; 
   background-color: white;
   margin : 25px 100px 25px 100px;
}
EM {
   font-weight : bold;
   font-style : normal;
   font-size : 105%;
}
A:visited {
   color : #009933; 
   text-decoration : none; 
}
A:link {
   color : #003399;
   text-decoration : none; 
}
A:hover {
   color : #ed000a; 
   text-decoration : none; 
}
A:active {
   font-size : 105%; 
   color : #cc000f; 
   text-decoration : none; 
}
