<!--- **NOTES:
    1. The "margin-top" and margin-bottom" attributes below prevent blank lines from being inserted above and below the tag.
    2. The "padding-top" and padding-bottom" attributes are also used to support prevention of blank lines from being inserted above and below the tag.
    3. The "font-family" attribute contents specify the order in which fonts are to be used.
    4. The "<P>" tag is the "default" tag for text in the body of a page
	BODY { background:"images/bg_blue.gif"; margin: 100em; font-family: serif; line-height: 1.1; color: red; }
  P {font-size: 14; font-weight: bold; font-style: normal; color: #000000; font-family: Times, serif; margin-top: 0px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px;} 
-->
<style type="text/css">
  <!--
  UL {margin-top:0px; margin-bottom:0px; padding-top: 0px; padding-bottom: 0px;}
  OL {margin-top:0px; margin-bottom:0px; padding-top: 0px; padding-bottom: 0px;}
  LI {list-style-position: outside; margin-left:20px; }
  H1 {font-size: 45; font-weight: bold; color: navy; font-family: Times, serif; margin-top: 0px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px;}
  H2 {font-size: 32; font-weight: bold; color: navy; font-family: Times, serif; margin-top: 0px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px;} 
  H3 {font-size: 24; font-weight: normal; color: navy; font-family: Times, serif; margin-top: 0px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px;} 
  H4 {font-size: 18; font-weight: normal; color: navy; font-family: Times, serif; margin-top: 0px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px;} 
  H5 {font-size: 16; font-weight: normal; color: navy; font-family: Times, serif; margin-top: 0px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px;} 
  H6 {font-size: 14; font-weight: bold; font-style: italic; color: #000000; font-family: Times, serif; margin-top: 0px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px;} 
  P {font-size: 14; font-weight: bold; font-style: normal; color: #000000; font-family: Times, serif; margin-top: 10px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px;} 
  A:link {text-decoration: underline ; color: #000080 ; font-weight: none}
  A:visited  {text-decoration: underline ; color: #DC143C; font-weight: none}
  A:active {text-decoration: underline ; color:black ; font-weight: none}
  A:hover {text-decoration: underline ; color: #006600 ; font-weight: none}
  -->
</style>