html, body
{
    margin: 0;
    padding: 0;
    height:100%;
    cursor: default;
    color:  black;
    background-color:   #fff;
    font-family:    Tahoma, Verdana, Arial, sans-serif;
}

A:link {text-decoration: underline; color: #000000;}
A:visited {text-decoration: underline; color: #000000;}
A:active {text-decoration: underline; color: #000000;}
A:hover {text-decoration: underline; color: #cc0000;}

