:link {
    color: blue;
}
:visited {
    color: #00008b;
}
BODY {
    background-color: white;
    color: black;
    font-family: helvetica, sans-serif;
}
P {
    font-family: helvetica, sans-serif;
}
TD.heading {
    background: #CCCCCC;
}
TD {
    font-family: helvetica, sans-serif;
    vertical-align: top;
}
PRE {
    font-family: lucidatypewriter, 'Lucida Console', monospace;
}
CODE {
    font-family: lucidatypewriter, 'Lucida Console', monospace;
}
