  body  {
   	font-family : 12pt verdana, sans-serif;
   	color : black;
   }
   
   H3  {
   	font-family : 14pt ariel, sans-serif;
   	color : red;
   	font-style : bold;
   }
   
   P  {
   	margin : 12;
   }
   
   BLOCKQUOTE  {
   	font-family : Times,serif;
   	font-size : small;
   	font-style : italic;
   	background-color : #ffffcc;
   }
   
   BLOCKQUOTE  {
   	text-align : justify;
   	position : relative;
   	margin-left : 10%;
   	margin-right : 15%;
   }
   
   H2  {
   	font-size : large;
   	font-weight : bold;
   	font-family : sans-serif;
   	color : Navy;
   }
   
   H1  {
	font : Ariel;
	font-size : x-large;
	font-family : sans-serif;
	font-weight : bold;
	color : Maroon;
	text-align : center;
	background-color : #BBFFEC;
}

