body  {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
a  {
    font-family: Arial sans-serif;
    font-size: 1.0em;
    font-style: normal;
    font-weight: normal;
    color: blue;
    text-decoration: none;
}
a:visited  {
    font-family: Arial, sans-serif;
    font-size: 1.0em;
    font-style: normal;
    font-weight: normal;
    color: blue;
    text-decoration: none;
}
a:hover  {
    font-family: Arial, sans-serif;
    font-size: 1.0em;
    font-style: normal;
    font-weight: normal;
    color: blue;
    text-decoration: underline
}
<!--
h1           { color: #FF0000; font-weight: bold }
-->
<!--
h2           { font-weight: bold }
-->
<!--
h3           { font-style: italic; font-weight: bold }
-->
input.gray  {
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    color: gray;
}
select.gray  {
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    color: gray;
}
.small {  font-family:Arial sans-serif; font-size: 11px; color: #000000; line-height: 13px}