body {
    background: #dedaca;
    color: #000;

    font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    font-weight : normal;

}

h1, h2, h3, h4 {
    font-weight : bold;
    color : #000;
}

h1 {
    font-size : 15px;
}
h2 {
    font-size : 13px;
}
a {
    color : #666;
    text-decoration : none;
}
a:hover {
    color : #000;
}

tr.header, th {
    color : #fff;
    font-weight : bold;
    background : #666;
}

