TH {
   font-size : 22px; 
   font-family : Times New Roman, Chicago, serif; 
   color : black; 
   text-decoration : none; 
   text-align : center; 
}

H3 {
   font-style : italic; 
   font-family : "Times New Roman", Chicago, serif; 
   color : blue; 
   background-color : transparent; 
}

H2 {
   font-family : "Times New Roman", Chicago, serif; 
   color : maroon; 
   background-color : transparent; 
}

H1 {
   font-family : "Times New Roman", Chicago, serif; 
   color : blue; 
   background-color : transparent; 
}

BODY {
   font-family : Arial, Palatino, sans-serif; 
   background-attachment : fixed; 
}

A:visited {
   font-family : Arial, Palatino, sans-serif; 
   color : maroon; 
   background-color : transparent; 
}

A:link {
   font-family : Arial, Palatino, sans-serif; 
   color : maroon; 
   background-color : transparent; 
   text-decoration : none; 
}

A:hover {
   font-family : Arial, Palatino, sans-serif; 
   color : maroon; 
   background-color : transparent; 
}

A:active {
   font-family : Arial, Palatino, sans-serif; 
   color : maroon; 
   background-color : transparent; 
   text-decoration : underline; 
}

.italics {
   font-style : italic; 
}

.subtitle { font-size: 80%; }