BODY{
	font-family:Tahoma, Arial, Helvetica, san-serif; 
     	font-size:18pt; 
     	color:brown; 
     	background:#33CCFF;
     	text-align:left; 
     	padding-left:0%;
     	padding-right:0%;
     	margin-left:150;
		margin-right:150;
		background-repeat:no-repeat;
		background-position:center top
     
}
H1{
	color:yellow; 
     	background:silver;
     	text-align:left; 
     	font-size:26px
}
H2{
	color:"silver"; 
    background:"red";
    text-align:left;
    font-size:22px
}

H3{
     font-weight:800;
     font-size:22px
}

H4{
  	color: azure;
	background: brown;
   	font-size: 16pt    	
	}
H5{
	background:white;
   	color:purple;
   	text-align:left; 
   	font-size:20px
}
H6{
	background:white;
	color:purple;
	font-size: 20px;
   	text-align:left
   }

A:link{
	color:gray
  	
}
A:active{
	colour:black;
   	text-decoration:none
}
A:hover{
	color:lime;
   	text-decoration:none
}
A:visited{
	color:gray
	
}

TABLE{ 	
	background-repeat:no-repeat;
    background-position:center top
}

