<html>
<style>
<body>
H2{ font-size: 17px; font-weight: bold; }
H3{ font-size: 13px; font-weight: bold; font-color: Green}
BODY,P,TD,TH {font-size: 11px; font-family:"arial,helvetica,sans-serif";}
A:link    {text-decoration: none;      color:blue;  font-weight: bold;}
A:visited {text-decoration: none;      color:green; font-weight: bold;}
A:hover   {text-decoration: underline; color:red;   font-weight: bold;}
</body>
</style>
</html>

