BODY {
	color : #c0c0c0; 
   	background : #000033;
   	letter-spacing: 2pt;
   	font-family: Microsoft sans serif; 
}

H5 {
   font-weight : bold; 
 
   margin-right : 6%; 
   margin-left : 6%; 
}



H4 {
   font-weight : bold; 
   margin-right : 6%; 
   margin-left : 6%; 
}


H3 {
   font-weight : bold; 
   margin-right : 4%; 
   margin-left : 4%;  
   text-align : center; 
   color : #ccffff;

}


H2 {
  	font-weight : bold;
  	text-align : center; 
	
}


H1 {
   font-weight : bold; 
   color : #ccffff; 
   background : transparent none repeat scroll 0% 0%; 
   text-align : center; 
}





A:visited {
   color : #cc00cc; 
   background : transparent none repeat scroll 0% 0%; 
}


A:link {
   color : #33ccff; 
   background : transparent none repeat scroll 0% 0%; 
}


A:active {
   color : green; 
   background : #ffff00; 
}