a:link { color: #00F; text-decoration: underline}
a:visited { color: #00A; text-decoration: none }
a:active { color: #006; text-decoration: none }
a:hover { color: #000; text-decoration: underline}

BODY { 
background-color: #005;
color: #FF0;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: small;
margin: 10px;
padding: 0;
}

BODY table {font-size: small; color: #000;}
BODY input {font-size: small;}


