/* external CSS file*/
/*filename 'Stylesheet.css'*/


A:LINK{color:"green";
      }

A:VISITED{color:"red";
         }

BODY{color:#003399;
     
     font-size:10pt;
     text-align:left;
          }      

h2{text-align:center;
   color:#003399;
  }

h3{color:#003399;}

h4{font-size:9pt;
   color:#003399;
  }

P{color:#003399;
  font-size:10pt;
  text-align:left;
 }

TABLE.TOP{color:"white";
    text align:left;
    colspan="4";
    height="80";
    bgcolor="#cc0033";


