body {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #000000;
    background-color: #FFFFFF;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #0033CC
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #0033CC
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #0033CC
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #000000;
    background-color: #FFFFFF;
}

b {
    font-weight: bold;
}

td {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
}

.code {
    font-family: Courier, mono;
}

.codeblock {
    font-family: Courier, mono;
}

.navheading {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #0033CC
}

.navitem {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000
}

.itemdef {
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    color: #000000
}

.fineprint {
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    color: #000000
}

a:link    { text-decoration: none; color: #5555ff; }
a:visited { text-decoration: none; color: #5555ff; }
a:active  { text-decoration: none; color: #5555ff; }
a:hover   { text-decoration: underline; color: #5555ff; }
ul { 
     list-style-type: square; 
     font-family: Arial, Helvetica, sans-serif;
     font-style: normal;
   }
