body {
    border:none;
    padding-left: 10%;
    padding-right: 10%;
    color: black;
    background-color: #FFF;
    font-family: helvetica, arial, trebuchet, sans-serif;
    }

h1 { margin-left: -8% }
h2,h3,h4,h5,h6 { margin-left: -4% }

h2 {
    color: black;
    background-color: #FFF;
    }

h3 {
    color: black;
    background-color: #FFF;
    }

h4 {
    color: black;
    background-color: #FFF;
    }

.center {
    text-align: center;
    }

.underline {
    text-decoration: underline;
    }

pre {
    color: blue;
    background-color: #FFF;
    font-size: 16pt;
    font-family: monospace;
    }

em {
    font-family: times, serif;
    font-style: italic;
    color: black;
    }

strong {
    text-transform: uppercase;
    font-weight: bold;
    }

b {
    color:black;
    background-color: #FFF;
    }

.blkback {
    color: black;
    background-color: #FFF;
    }

caption {
    text-decoration: underline;
    margin-top: 1em;
    }

p.splash {
    color: #006699;
    background-color: #FFF;
    }

p.banner { margin-left: -4% }

p.navigation {
    text-align: left;
    }

p.footer {
    margin-left: -4%;
    font-family: helvetica, serif;
    font-size: 12pt;
    font-weight: bold;
    }

.blockquote {
    color: black;
    background-color: #00FFFF;
    font-family: arial, serif;
    font-style: italic;
    }

div.disclaimer {margin-left: -8%}

h1.logo {
    font-size: 24pt;
    font-family: helvetica, times, serif;
    font-style: italic;
    font-weight: bold;
    color: black;
    background-color: #FFF;
    }

h1.logonoback {
    font-size: 24pt;
    font-family: helvetica, times, serif;
    font-style: italic;
    font-weight: bold;
    color: black;
    }

img.noborder {
    border-style: none;
    }

.forback {
    color: #FFF;
    background: #FFF;
    text-decoration: none;
    }

A:link {
    background: transparent;
    color: blue;
    text-decoration: none;
    }

A:hover {
    background: lime;
    color: white;
    }

A:focus {
    background: transparent;
    color: teal;
    }

A:active {
    background: fuchsia;
    color: black;
    }

A:visited {
    background: transparent;
    color: red;
    text-decoration: none;
    }

/* Sortable tables */
table.sortable thead {
    color:#666666;
    font-weight: bold;
    cursor: default;
    border-collapse:collapse;
    }

table, th, td {
    border: 1pt solid #ce8c84;
    border-spacing: 0pt;
    border-style: solid;
    border-width: 1pt;
    color: black;
    vertical-align: top;
    }

