A { text-decoration: underline;
    font-weight: bol;
    };

A:visited { color: purple; };
A:link { color: blue; };
A:hover { color: #ff0000; text-decoration: underline; };


.leftcol {background: #003366; color: #99ccff;}
.rightcol {background: #cccccc; color: #000000;}


.FirstLetter 
    { font-size: 180%;
      font-weight: bold;
    }         

.nohilite
    { color: #000000;
    }

.hilite
    { font-weight: bold;
    };

.subhead
    { color: #996600;
    };

BODY { color: black;
       background: white;
       font-family: Verdana, Arial, Helv, sans-serif;
	  line-height: 140%;
	  padding: 8px;
     };

h1, h2, h3, h4
     { font-family: Verdana, Arial, Helv, sans-serif;
     };
