@import "header-footer.css";

BODY {
        color: black;
        background-color: white;
}
H1 {
        text-align: center;
}
A {
        color: rgb(80%, 0%, 0%);
        text-decoration: none;
}
A:visited {
        color: rgb(60%, 0%, 0%);
}
A:hover {
        text-decoration: underline;
}
ADDRESS {
        font-size: 80%;
        margin-top: 0.5em;
}
TABLE {
        border-collapse: collapse;
}
TH, TD {
        text-align: left;
        vertical-align: top;
        padding: 0.5em;
        border: 1px;
        border-style: solid;
        border-color: rgb( 80%, 0%, 0%);
}
TH {
        background-color: rgb(100%, 100%, 50%);
}
TD.left {
        text-align: left;
}
TD.center {
        text-align: center;
}
TD.right {
        text-align: right;
}
DT {
        font-weight: bold
}
IMG {
        float: left;
        margin-right: 0.3em;
        margin-bottom: 0.3em;
        border: none;
}
IMG.thumbs {
        background-color: black;
        margin: 1px;
        padding: 3px;
}

/* Headings and divisions don't flow around images. */
H1, H2, H3, H4, H5, H6, DIV {
        clear: both;
}

P {
        text-align: justify;
}
