
body {
    background-color: black; 
    font-size: 11pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: white;
}

/* hX's are for Netscape which doesn't do inheritance correctly */
h1 { font-size: 21pt; }
h2 { font-size: 16pt; }
h3 { font-size: 13pt; }
h4 { font-size: 12pt; }

A:Link {
    color: #80FF00;
    text-decoration: none;
}

A:Visited {
    color: #00FFFF;
    text-decoration: none;
}

A:Hover {
    color: yellow;
    text-decoration: underline;
}

A:Active {
    color: red;
    text-decoration: underline;
}


