BODY, TD {
                font-family : sans-serif ;
        color: #000000;
        font-size: 14px;
}

A {
        color: #B8860B;
}

A:Hover {
        color: #DAA520;
        text-decoration: none;
}

H1, H2, H3, H4 {
        font-variant: small-caps;
        background-color: black;
        color: #DAA520;
        padding: 4px;
        width: 100%;
}

.button {
        background-color: #B59A6B;
        width: 140px;
        border: 2px outset #FFF8DC;
        font-size: 12px;
        padding: 5px;
        text-align: center;
        margin-bottom: 2px;
        display: block;
}
a.button, a.button:visited, a.button:active, a.button:hover {
        text-decoration: none;
                  color: #000000;
}
a.button:hover {
        border: 2px inset Black;
                  color: #000000;
                                                background-color: #C7AA89;
                  }

th { font-weight: bold;  font-size: 12px;}

.xs {font-size: 10px;}