body {
        background-image                : URL(../images/watermark.gif);
        background-position             : center;
        background-repeat               : no-repeat;
        background-color                : white;
        background-attachment   : fixed;
        color                                   : black;
        font-family                             : georgia, verdana, arial, helvetica;
        font-size                               : 10pt;
        }

a {
        color : blue;
        }

a:visited  {
        color : navy;
        }

a:active  {
        color : red;
        }

a:hover  {
        color : red;
        }

h1 {
        color           : red;
        font-size       : 16pt;
        font-weight     : bold;
        text-align      : center;
        }

h2 {
        color           : navy;
        font-size       : 14pt;
        font-weight     : bold;
        text-align      : center;
        }
        
p.nav {
        font-size       : 8pt;
        font-weight     : bold;
        text-align      : center;
        }       

p.copyright {
        font-size       : 8pt;
        font-weight     : bold;
        text-align      : left;
        }       

table.main {
        }

TH {
    BACKGROUND: #FFFFFF;
    COLOR: #000000;
    FONT-FAMILY: Georgia,Verdana,Arial,Helv;
    FONT-STYLE: normal;
    FONT-WEIGHT: bold;
        FONT-SIZE: 12;
    Text -ALIGN: center
        }
        
TD {
    BACKGROUND: #FFFFFF;
    COLOR: #000000;
    FONT-FAMILY: Georgia,Verdana,Arial,Helv;
    FONT-STYLE: normal;
        FONT-SIZE: 12;
        }

