body {
    background: #fff;
    font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #000;
}

p, ul {
    margin: 0;
    margin-bottom: 5px;
}
h1 {    margin-top: 15px; margin-bottom: 2px; font-size:   2em; }
h2 {    margin-top:  7px; margin-bottom: 2px; font-size: 1.5em; }
h3 {    margin-top:  5px; margin-bottom: 2px; font-size: 1.3em; }
h4 {    margin-top:  5px; margin-bottom: 2px; font-size: 1.1em; }
h5 {    margin-top:  5px; margin-bottom: 2px; font-size:   1em; }
h6 {    margin-top: -2px; margin-bottom: 0px; font-size: 0.9em; }

a, a:active {
    color: #c00;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #f00;
}
.clear, .spacer {
    clear: both;
}
strong {
    font-weight: bold;
    font-size: 1.1em;
}
a img {
    border: 0;
}
.small {
    font-size: 0.85em;
    color: #666;
}
.centered {
    text-align: center;
}
