BODY {
 color: rgb(7,30,126); 
 background: rgb(255,255,255);
 font-family: "Trebuchet MS", sans-serif;
}
TD, TH, SMALL {	/* kludge for Netscape - repeat body attributes */
 color: rgb(7,30,126); 
 font-family: "Trebuchet MS", sans-serif;
}
A:LINK { color: rgb(7,30,126); }
A:VISITED { color: rgb(7,30,192); } 
A:ACTIVE { color: rgb(214,0,16); }
H1, H2, H3, H4, H5, H6 {
 color: rgb(214,0,16);
}
HR { 
 color: rgb(214,0,16);
 height: 3px;
}
IMG {
 border-style: none;
}
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

