BODY{
	font-family:Tahoma, Arial, Helvetica, san-serif; 
     	font-size:16px; 
     	color:teal; 
     	background:white;
     	text-align:left; 
     	padding-left:0%;
     	padding-right:0%;
     	margin-left:5;
     	margin-right:20 
}
H1{
	color:black; 
     	
     	font-size:26px
}
H2{
	color:navy; 
     	background:yellow;
     	font-size:22px
}

H3{
     	color:navy; 
     	text-align:left;
     	font-size:20px
}

H4{
	background:navy;
   	font-size: 18px; 
   	color: white
}
H5{background:yellow;
   text-align:left; 
   font-size=16px}
H6{font-size: 11px;
   background: yellow;
   text-align:left
   }

A:link{color:navy;
   text-decoration:none}
A:active{colour:blue;
   text-decoration:none}
A:hover{color:purple;
   text-decoration:none}
A:visited{color:navy;
   background:gray;
   text-decoration:none}


TABLE{
	font-family:tahoma; 
   	font-size:16px;
   	color:orange;
	font-weight:600;
   	background:white;
   	border:0;
   	text-align:left;
   	cell-padding:100
}


