body, html {
    margin:0;
    padding:0;
}
BODY { font: x-small Arial, sans-serif; background:url(../images/background.png) }
        H1, H2, H3, H4 { font-weight: normal; }
        FORM { background: #fff; padding: 10px 4px; }
.header {
    background: #fff;
    height: 20px;
    padding-left:4px;
}
.title {
    background: url(../images/title.gif);
    height:23px;
    color: #fff;
    line-height:23px;
    font-size: small;
    font-weight: bold;
    padding-left: 4px;
}
.content {
    margin: 4px;
    padding: 0 4px;
    background: #fff;
}
h2 {
    color: #ff6600;
    margin:4px 0;
    padding:2px 0;
    font-weight: bold;
    font-size: small;
}
h3 {
    font-size:x-small;
}    
a {
color: #0099cc;
}
