	body {
		font-size: 10pt; 
	    font-family: Comic Sans MS;
		text-decoration: none; 
		color: white;
	}

 	A:link {
		color: white; 
		font-weight: normal; 
		text-decoration: underline; 
		font-style: normal;
	}
 	A:visited {
		color: #FFFFCC; 
		font-weight: normal; 
		text-decoration: underline;
		font-style: normal;
	}
	A:hover {
  		color: #FFFF66; 
		font-weight: normal; 
		text-decoration: none;
		font-style: italic;
	}
    H1 {
		font-size: 14pt; 
		font-weight: bold; 
		text-align: center; 
		color: #99FF00;
		
     }
   H2 {
		font-size: 12pt; 
		font-weight: bold; 
		color: white;
     }
  H3 {
		font-size: 10pt; 
		font-weight: bold; 
		color: #00FFFF;
     }
 H5 {
		font-size: 10pt; 
		font-weight: normal; 
		color: green;
     }
   H6 {
       text-align: right;
       font-size: xx-small;
       color: green;
    }

  TH {
		font-size: 12pt; 
		font-weight: bold; 
		color: yellow;
    }
  TD {
 		font-size: 10pt; 
		color: white;
   }

     DIV {
      font-family: Arial;
	font-weight: normal; 
 	font-size: 12pt; 
      color: grey;
    }
