/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
body {
    background: #FFFFCC;
    color: black;
    margin: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;}
.headlinks {font-weight:bold} 
.footlinks {font-weight:bold;} 
.nolink {color:#FFFFCC;} 
.headtable {background-color:#FFCC00;width:100%;padding:3px;border:0px;font-size:100%;} 
.headtitle {font-family:Times;font-size:300%;font-weight:Bold;color:white;} 
A:link {color:#0000FF;text-decoration:none} 
A:visited {text-decoration:none;color:#0000FF} 
A:hover {text-decoration:underline;color:red} 
hr.colr {border-top:2px blue solid;border-bottom:0px;border-left:0px;border-right:0px;background:blue;height:2px} 

