body {
    background: url(images/background.gif) white repeat-y;
    margin: 0;
    padding: 0;
    color: black;
}

h1,h2,h3,h4,h5 {
        font: bold 2.6em arial, helvetica, sans-serif;
        color: #336666;
        background: white;
}

h1
{
        border-bottom: 2px solid #336666;
        line-height: 1.2em;
        margin-bottom: 3px;
        /*font-weight: normal;*/ 
        /*line-height: 1.2em;*/
        /*font-size: 1.6em;*/ 
        /*border-bottom: 2px solid;*/
}	


h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5, h6 {font-size: 1em;}

.results {
    border-style: none;
    color: #000000;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0;
    border: 2px solid #555555;
}

.results td{
    border: 1px solid #AAAAAA;
    padding: 5;
    margin: 0px;
}
.results th{
   background-color: #99CC99;
   color: black;
   padding: 5;
   font-weight: bold;
   border: 2px solid #555555;
}
.results tbody{
   border: 2px solid #555555;
}


.author {
    font: bold 1.4em arial, helvetica, sans-serif;
    color: #336666;
    background: white;
    margin-left: 2px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.copyright {
    font-size: 0.8em;
    text-align: center;
    line-height: 4.0em;
}

td.upperHeading {
    color: #336666;
    background: white;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    width: 200px;
}

td.upperData {
    text-align: justify;
    vertical-align: top;
    padding-bottom: 15px;
}
