BODY{
	font-family:Tahoma, Arial, Helvetica, san-serif; 
     	font-size:16px; 
     	color:orange; 
     	background:white;
     	text-align:left; 
     	padding-left:0%;
     	padding-right=0%;
     	margin-left:5;
     	margin-right:20 
}
H1{
	color:orange; 
     	background:lime;
     	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:lime;
   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; 
   	background:#EEFEB4;
   	border:1;
   	text-align:left;
   	cell-padding:50
}

