/* -*-text-*- */
H1 { color: darkred;
     text-align: center;
}
H2 { color: darkred; }
H3 { color: darkred; }
H4 { color: darkred; }
DIV.author { text-align: center;
             font-style: italic;
}
DIV.center { text-align: center }
IMG.border { border-width: 1 }
A:link    { color: darkblue }
A:active  { color: green; }
A:visited { color: purple; }
TD.lsb { background: lightsteelblue }
DL EM { color: darkred;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        font-weight: bold;
        font-style: normal;
        font-family: helvetica, sans-serif;
}
BODY { background: white;
       color: black;
}
