BODY {
    background-color: #ffffff;
    color: #330000;
    font-family: Courier New, Monospace;
    font-size: medium;
}
IMG {
    border-style: none;
}
DIV.hr {
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    background-position: left top;
    background-image: url(dashed.gif);
    background-repeat: repeat-x;
}
A:link {
    color: #cc0000;
}
A:visited {
    color: #660000;
}
A:hover {
    color: #ff0000;
}

DIV#header {
    width: 770px;
    margin-left: auto;
    margin-right: auto;
    background-position: left bottom;
    background-image: url(dashed.gif);
    background-repeat: repeat-x;
    font-size: small;
    padding-bottom: 1ex;
    margin-bottom: 1em;
}
DIV#content {
    width: 770px;
    margin-left: auto;
    margin-right: auto;
}
DIV#footer {
    width: 770px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-position: left top;
    background-image: url(dashed.gif);
    background-repeat: repeat-x;
    font-size: small;
    padding-top: 1ex;
    margin-top: 1em;
}
TABLE.gallery {
    margin-left: auto;
    margin-right: auto;
}
TABLE.gallery TD {
    padding: 2ex;
    text-align: center;
    vertical-align: middle;
}
