/*
 * Style sheet for Rainkitty
 * $Id: default.css,v 1.1 1998/05/19 08:01:55 bbos Exp $
 */

BODY { text: #B7C0D3; font-family: "Times New Roman", Times, serif;  font-size: 15px; font-style: none; font-weight: none; scrollbar-3dlight-color: #A9AEC5; scrollbar-arrow-color: #C00000; scrollbar-base-color: #FFFFFF; scrollbar-darkshadow-color: #A9AEC5; scrollbar-face-color: #FFFFFF; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #FFFFFF; scrollbar-track-color: #FFFFFF }

H1, H2, H3, H4, H5, H6 {
    text-align: left; }

H1 {
    clear: left;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    color: #000000;
    /* text-align: justify; */
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    font-style: none;
    font-weight: bold; }

H2 {
    clear: left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
    color: #828BA4;
    /* text-align: justify; */
    font-family: "Times New Roman", Times, serif;
    font-size: 24px;
    font-style: none;
    font-weight: bold; }

TABLE, TD, TH {
    clear: left;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
    text-align: left;
    color: #000000;
    /* text-align: justify; */
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: none;
    font-weight: normal; }


P    { font-family: "Times New Roman", Times, serif; font-size: 16px; text-indent: 0.5in }
P    { margin-left: 30px }
P    { margin-right: 30px }
P    { text-indent: 0px }


BLOCKQUOTE { font-size: 16px }
EM { font-size: 100% }
EM { font-size: 1em }

A:link, A:visited, A:active { color: #4F79BF; text-decoration: none; }
a:hover { color: #000000; text-decoration: none}


PRE {
    font-family: monospace;
    margin-left: 0em;
    font-size: 90%
}
