body {
background-color: gray;
font-family: Arial, Helvetica, Verdana, Sans-serif;
font-size: x-small;
}

a:link { color: white; text-decoration: none; }
a:visited { color: white; text-decoration: none; }
a:hover { color: maroon; background-color: silver; text-decoration: none; }
a:active { color: red; text-decoration: none; }

