<STYLE TYPE="text/css">
  BODY { color: black; }
  :LINK { color: rgb(26, 54, 106) }  /* for unvisited links */
  :VISITED { color: rgb(26, 54, 106) } /* for visited links */
  :ACTIVE { color: rgb(26, 54, 106) } /* when link is clicked */
  :HOVER { color: rgb(146, 148, 152) } /* when mouse is over link */
   A.PLAIN { text-decoration: none }

   H1 { font-size: medium; 
   	font-family: Arial, sans-serif; 
   	font-weight: bold;
   	color: "MAROON" }

   H2 { font-size: x-small; 
   	font-weight: normal;
   	font-family: Arial, sans-serif; 
   	color: "BLACK" }

   H3 { font-size: xx-small; 
   	font-weight: normal;
   	font-family: Arial, sans-serif; 
   	color: "BLACK" }
</STYLE>


