body {
 margin: 0em;
 background: white;
 color: gray;
 font-family: Verdana, Arial;
 font-size: 10px;
}

td {
 font-family: Verdana, Arial;
 font-size: 10px;
}

a:link    { color: darkred; text-decoration: none; }
a:visited { color: darkred; text-decoration: none; }
a:active  { color: darkred; text-decoration: none; }
a:hover   { color: red; text-decoration: underline; }

img { border-style: none; }


