BODY { 
    background: white;
    color: black;
}
H1,H2,H3,H4,H5,H6 {
    color: green;
    background-color: white;
    font-family: sans-serif, arial, verdana, helvetica, geneva;
    font-weight: bold;
}
H1 {
    font-size: 200%;
}
H2 {
    font-size: 150%;
}
H3 {
    font-size: 120%;
}

A:Link  {
    color: #4488cc;
    background-color: white;
}
        
A:Visited {
    color: #115599;
    background-color: white;
}

A:Active, A:Hover {
    color: #6688aa;
    background-color: white;
}

p.footnote {
    font-size: 75%;
}
address.footnote {
    font-size: 75%;
}

p.caption {
    font-size: 80%;
    font-style: italic;
    margin-top: 0;
}

dl dt {
    margin-top: 1.5em;
    color: green;
    background-color: white;
    font-family: sans-serif, arial, verdana, helvetica, geneva;
    font-weight: bold;
}

pre {
    font-family: monospace;
}
