A:link {
    color: maroon;
    text-decoration: none;
}
A:visited {
    color: red;
    text-decoration: none;
}
A:hover {
    color: maroon;
    background: #b8d1b1;
    font-weight: bold;
}
A:active {
    color: maroon;
}

BODY {
    background-color: #fffff0;
    font-family:
        palatino linotype,
        sans-serif;
    scrollbar-face-color: black;
    scrollbar-highlight-color: white;
    scrollbar-3dlight-color: #090e1e;
    scrollbar-darkshadow-color: blue;
    scrollbar-shadow-color: #090e1e;
    scrollbar-arrow-color: red;
    scrollbar-track-color: ivory;
}

H1 {
    font-size: 200%;
    margin-top: 0px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: normal;
}
H2 {
    font-size: 170%;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: normal;
}
H3 {
    font-size: 130%;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: normal;
}
H4 {
    font-size: 110%;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: normal;
}
H5 {
    font-size: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: normal;
}
H6 {
    font-size: 140%;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: left;
    font-weight: normal;
}

TD {
    text-align: left;
}

SUP {
    font-size: 90%;
}
SUB {
    font-size: 80%;
}
BLOCKQUOTE {
    background-color: #b8d1b1;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 3%;
    margin-right: 3%;
    font-size: 90%;
}

.IndexItem {
    text-align: right;
    behavior: url(backlite.htc);
}
.smallCaps {
    font-size: 70%;
}

.size90 {
    font-size: 90%;
}

.article {
    text-indent: 1em;
    margin-bottom: 0;
    margin-top: 0;
}

.small-text {
    font-size: smaller; /* or adjust to 0.9em, 85%, etc. */
}
