a:link    {text-decoration: none;      color: red;}
a:visited {text-decoration: none;      color: darkred;}
a:hover   {text-decoration: underline; color: blue;}
a:active  {text-decoration: underline; color: green;}
p, td, th, input, textarea {font-family: Verdana, Arial; font-size: 10pt;}