TITLE="Waiotahi"
<!-- CSS Style Sheet -->
A:link { text-decoration: none; color: blue; font-family: eurostile, arial, verdana; font-weight: Bold} 
<!-- **works both ******** !-->
A:visited  { text-decoration: underline; color: navy;  font-weight: 800; font-family: eurostile, arial, verdana;}    
<!-- **works both ******** !-->
A:hover { text-decoration: none; color: red; font-size: 105%}


p {font-family: eurostile, arial, verdana, helvetica;  font-weight: 800; color: navy;}
font { font-family: eurostile, arial, verdana;  font-weight: 800; color: navy; }
BODY { font-family: eurostile, arial, verdana;  font-weight: 800; color: navy; }

TD { font-family: eurostile, arial, verdana;  font-weight: 800; color: navy; }
TD.R { font-family: eurostile, arial, verdana;  font-weight: 800; color: red; }
TD.B { font-family: eurostile, arial, verdana;  font-weight: 800; color: blue; }
