H1, H2, H3, H4, P {font-family: Helvetica, sans-serif;}

H1 {font-size: 200%;
    font-weight: normal;
    color: rgb(255,255,255);}

H2 {font-size: 175%;
    font-weight: normal;
    color: rgb(255,255,255);}

H3 {font-size: 125%pt;
    font-weight: bold;
    color: #FF3333;}

H4 {font-size: 80%;
    font-weight: bold;
    color: rgb(255,255,255);}

P {font-size: 100%;
   font-weight: normal;
   color: rgb(255,255,255);}

A:link {color: rgb(0,255,0);
        text-decoration: none;}

A:visited {color: rgb(255,255,0);
           text-decoration: none;}

A:active {color: rgb(255,0,0);
          text-decoration: none;}

A:hover {color: rgb(255,0,0);
         text-decoration: underline;}
