body {
    background-color: white;
    font-family: Arial;
    font-size: 90%;
    text-align: center; /* IE hack to center div */
    margin: 0px;
    padding: 0px;
}

table {
    font-size: 90%;
}

a:link, a:visited {
    font-weight: bold;
    color: #bc5f15;
    text-decoration: none;
}

a:hover, a:active {
    color: #e39657;
    border-bottom: dashed 1px #e39657;
}

#centerdiv {
    width: 40em;
    margin: 0px auto;
    padding: 10px;

    text-align: left; /* IE hack to uncenter text */

    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
}

.oneline {
    height: 3em;
}

.adlist {
    color: blue;
    display: none;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 35em;
    overflow: auto;
}

h1 {
    margin: 1em -10px;
    padding: 0.1em 1em;
    background: #e87301;
    color: white;
}

h3 {
    background: #ffb368;
    color: #815122;
    margin: 0.5em -10px;
    padding: 0.3em 1em;
}

.addresstable { border: solid 1px #555; }
.addresstable th { background-color: #555; color: white; }
tr.contentline td { border-top: dashed 1px #555; }

td.namecell { width: 15em; }
td.mailcell { width: 20em; }

.addresstable td {
    margin: 1em;
}

.error {
    color: red;
}
