body {
    margin: 24px;
    background: #EFEFEF;
    color: #555555;
    font: 10pt/1.5 Arial, sans-serif;
}
a {
    color: #3784e7;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
#NAVBAR {
    font-size: 0;
}
#NAVBAR > * {
    display: block;
    float: left;
}
#FOOTER {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #999999;
    width: 720px;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
