
	BODY { 	font-family:  Book Antiqua, verdana;
		text-align: left;
		margin-right: 5%;
		margin-left: 5%}
		
	
	H4 { 	font-size: 12pt;	/* Set H4" font to 12pt and white */ 
		color: white;
		font-weight: bold }
		
	H2 { 	font-size: 20pt;	/* Set H1" font to 20pt and red */ 
		color: red;
		font-weight: bold }
	
	H3 { 	font-size: 12pt;	/* Set H3" font to 12pt and red */ 
		color: red;
		font-weight: bold }
	
	
	H1 { 	font-size: 14pt;	/* Set H1" font to 14pt and red */ 
		color: red;
		font-weight: bold }


	P  { 	font-size: 12pt;	/* Set paragraph font to 12pt color white */
		font-weight: normal;
		color: white;
		text-align: left}

	H5 { 	font-size: 10pt;	/* Set H3" font to 10pt and red */ 
		color: red;
		font-weight: bold }
	
			TD { text-align: left;	
			font-family: verdanna;
			font-size: 10pt;
			color: black}
	
		
	

	TD.one { text-align: center;	/* Settings for selector class P.copyright */
			font-family: arial;
			font-size: 8pt;
			color: white}
	TD.two { text-align: left;	
			font-family: arial;
			font-size: 10pt;
			color: white}
	TD.three { text-align: center;	
			font-family: Book Antiqua;
			font-size: 15pt;
			font-weight: heavy;
			color: red}
	TD.four { text-align: center;	
			font-family: Book Antiqua;
			font-size: 10pt;
			color: black}
	
  tr.three { text-align: left;	
			font-family: Book Antiqua;
			font-size: 10pt;
			color: white}
	
	a {text-decoration: none}
	
	A:link  {color: "yellow"}
	
	A:visited  {color: "green"}		
	
	A:active {color: "red"}	

	