body {
        font-size : 10pt;
        font-family : "Comic Sans MS", arial, helvetica, sans-serif;
        background-image : url(image/backgrnd.jpg);
        background-repeat : repeat-xy;
        margin : 0pt;
}

a  {
        color : #FFFFFF;
        text-decoration : none;
        font-weight : normal;
        font-style : normal;
}

a:active  {
        color : #FFFF00;
        font-family : "Comic Sans MS", arial, helvetica, sans-serif;
        text-decoration : none;
        font-size: 10pt;
        font-weight : bold;
        font-style : normal;
}

a:link  {
        color : #FFFFFF;
        font-family : "Comic Sans MS", arial, helvetica, sans-serif;
        text-decoration : none;
        font-size: 10pt;
        font-weight : bold;
        font-style : normal;
}

a:hover  {
        color : #0000FF;
        font-family : "Comic Sans MS", arial, helvetica, sans-serif;
        text-decoration : none;
        font-size: 10pt;
        font-weight : bold;
        font-style : normal;
}

a:visited  {
        text-decoration : none;
        font-family : "Comic Sans MS", arial, helvetica, sans-serif;
        font-weight : bold;
        font-size: 10pt;
        font-style : normal;
}

a.main  {
        color : #000000;
        font-weight : normal;
        text-decoration : underline;
        font-style : normal;
}

a.main:active  {
        color : #000000;
        font-weight : normal;
        text-decoration : none;
        font-style : normal;
}

a.main:hover  {
        color : #ff0000;
        font-weight : normal;
        text-decoration : underline;
        font-style : normal;
}

a.main:visited  {
        font-weight : normal;
        font-style : normal;
}


.head1 {
         font-size:12pt;
         font-weight:normal;
         font-style:normal;
         font-family:"Comic Sans MS", arial, helvetica, sans-serif;
         color:#CC0000;
         text-decoration:none;
         margin:5pt;
}

td.tt  {
        font-family : "Courier New";
        font-size : 9pt;
        font-weight : normal;
        text-align : right;
}