h1 {	color: "blue";
 	font-size: 36px;
	font-family:Arial,Helvetica, sans serif
   }
h2 {	color: "blue";
 	font-size: 18px;
	font-family:Arial,Helvetica, sans serif;
	text-decoration: underline
   }
h3 {	color: "blue";
 	font-size: 18px;
	font-family:Arial,Helvetica, sans serif;
	text-decoration: underline;
	Style: bold
   }

body {color: "black";
 	font-size: 16px;
	font-family:Arial,Helvetica, sans serif;
	style: bold;
	line-height: 6em
   }
