body {
    font: arial, helvetica, serif;
    background: SandyBrown url(BlueStripe1.jpg);
    text-align: center;
    padding: 0;
    margin-left: auto;
    margin-right: auto
    }
#container {
    /* width: 716px; */
    width: 80%;
    background: #F4ECD9 url(background.gif);
    text-align: left;
    border: 3px solid #eda;
    margin: 0 auto
    }
p {
    margin: 1em 2em
    }
h1 {
    margin: 1em 0 0 0
    }
#content {
    clear: left
    }
#content a {
    color: #7C6240
    }
#content a:hover {
    text-decoration: none
    }
/* *********************************************** */
/* ** TopBar Table ******************************* */
/* *********************************************** */
table.topbar {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0
    }
td.topbar {
    border-top: 1px;
    border-left: 1px;
    border-right: 0;
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0
    }
tr.topbar {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0
    }
/* *********************************************** */
/* ** Entry List Table *************************** */
/* *********************************************** */
table.entrylist {
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0
    }
entrylist.td {
    border-top: 2px solid gray;
    border-left: 2px solid gray;
    border-right: 2px solid gray;
    border-bottom: 2px solid gray;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0
    }
tr.entrylist {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0
    }
p.dim {
    color: gray
    }
a.dim:link {
    text-decoration: underline;
    color: gray;
    background-color: transparent
    }
a.dim:visited {
    text-decoration: underline;
    color: gray;
    background-color: transparent
    }
a.dim:hover {
    text-decoration: underline;
    color: gray;
    background-color: transparent
    }
a.dim:active {
    text-decoration: underline;
    color: gray;
    background-color: transparent
    }