body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FF9900;
    margin: 0px;
    font-size: 0.8em;
    line-height: 1.4em;
}
#content {
    background-color: #FFFFFF;
    margin: 10px;
    width: 600px;
    padding: 10px;
}
h1 {
    color: #660000;
}
h2 {
    color: #666666;
}
h3 {
    color: #990000;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: dashed;
    border-left-style: none;
    border-top-color: #999999;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
    margin-bottom: .3em;
    padding-bottom: .3em;
}
address {
    font-size: 0.8em;
    margin: 10px;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
