BODY {
    background-color: #cccccc;
    color: rgb(0,0,0);
    font-family: verdana, sans-serif;
    font-size: 10pt;
}

H1, H2, H3, H4, H5, H6 {
    color: navy;
    text-align: center;
    font-family: verdana, sans-serif;
}

HR {
    color: rgb(0,128,128);
}

DD, P {
    text-align: justify;
    font-size: 10pt;
    font-family: verdana, sans-serif;
    margin: 10pt;
}

A:active, A:link, A:visited {
    color: red;
    font-weight: none;
    text-decoration: none;
    font-size: 10pt;
    font-family: verdana, sans-serif;
}

A:hover {
    color: navy;
    font-family: verdana, sans-serif;
}

B {
    color: navy;
    font-family: verdana, sans-serif;
}

I {
    color: navy;
    font-family: times;
    font-size: 10pt;
    font-weight: bold;
}

CODE, KBD, PRE, SAMP, VAR {
    color: black;
    font-family: "Courier New", monospace;
    font-size: 8pt;
}

KBD {
    text-transform: uppercase;
}

VAR {
    font-style: italic;
}

IMG {
    border-color: rgb(255,204,0);
}

.center
    {
    text-align: center;
    }

