/*
    gethos.css style
    <STYLE TYPE="text/css">
@import url(./gethosNOT.css);
    </STYLE>

 */
 BODY {
     color: #7777bb; 
     /*
     background: #white;
     */
     background: #f1b30c;
     margin: 2;
     padding: 2;
     /*
     background-image: url(./images/lines.png);
     background-repeat: no-repeat;
     */
     /*
     border-style: ridge ;
     border-width: 1;
     border-color: #000000; 
     */
     font-family: sans-serif;
 }
 /*
 H1 { 
     margin-top: 0;
     color: #ff0000; 
 }
 H2, H3, H4, H5, H6 { 
     margin-top: 0;
     color: #0090cc; 
 }
 */
 P { 
     margin-top: 0;
     color: black;
 }
 UL {
     list-style-position: outside;
     list-style-type: none;
 }
 EM { 
     font-style: normal;
     text-decoration: underline;
 }
/*
 .header a:link { color: #000088; background: none; text-decoration: none;  }
 .header a:visited { color: #000088; background: none; text-decoration: none;  }
 .header a:active { color: #ff0000; background: #ffee44; text-decoration: none;  }
 .header a:hover { color: #000088; background: #e0e0e0; text-decoration: underline;  }
 */
 a:link { color: #000088; background: none; }
 a:visited { color: #000088; background: none; }
 a:active { color: #ff0000; background: #ffee44; }
 a:hover { color: #000088; background: #ffee44; }
