html {
    margin : 0;
    padding : 0;
    background : #fff;
    font-size : 70%;
    font-family : "DejaVu Sans","Helvetica Neue","Helvetica",Verdana,Arial,sans-serif;
}

body {
    margin : 0;
    padding : 0;
    background : #fff;
    background : #000;
}

h1 {
    font-size : 1.7em;
}

h2 {
    font-size : 1.5em;
}

h3 {
    font-size : 1.3em;
    font-style : oblique;
}

h4 {
    font-size : 1.3em;
}

h5 {
    font-size : 1.1em;
    font-style : oblique;
}

h6 {
    font-size : 1.1em;
}

#header h1 {
    padding : 0;
    margin : 0;
    margin-bottom : 0.6em;
}

#header img {
    display : none;
}

#header p {
    padding : 0;
    margin : 0;
    font-weight : bold;
}

#links {
    display : none;
}

#content a {
    color : #000;
    text-decoration : none;
}

#content em {
    font-weight : bold;
    font-style : normal;
}

#content table {
    border : 1px double #000;
}

#content th {
    border : 2px solid #000;
    padding : 10px;
}

#content td {
    border : 1px solid #ccc;
}

#content tfoot {
    display : none;
}

#content tfoot th {
    display : none;
}
