body {
    background-color: white;
    color: black;
}

body {
    background-color: white;
    color: black;
    font-family: Times,
    "Times New Roman",
    Garamond, serif;
}

#navigation, hr, body > div >
a, #blipvert {
    display: none;
}

#header h1 {
    color: white;
    background-color: black;
}

#header h1 {
    background-color: black;
}

#header h1 a {
    color: white;
}

#header h1 {
    background-color: black;
    font-size: 24pt;
    text-align: center;
    text-transform: uppercase;
}

#header h1 {
    background-color: black;
    font-size: 24pt;
    text-align: center;
    font-family: Helvetica,
    Verdana, Arial, sans-serif;
    padding: 7pt;
    text-transform: uppercase;
}

#content h2 {
    padding: 0;
    margin: 0;
}

#content h3 {
    padding: 0;
    margin: 0;
}

#content h2 {
    padding: 0;
    margin: 0;
    font-size: 20pt;
    border-bottom: 1px solid black;
}

#content h3 {
    padding: 0;
    margin: 0;
    text-align: right;
    font-style: italic;
}

#content p {
    line-height: 18pt;
}

#content a:after {
    content: " <" attr(href) "> ";
    font-family: courier, monospace;
    font-weight: normal;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #626466;
}

#footer {
    border-top: 1px solid #000;
    text-align: center;
    font-family: Helvetica,
    Verdana, Arial,
    sans-serif;
}

#content-b {
    visibility: visible
}



