<style>
	dummy{
	}
	/* for some reason, first element nevers works when linked, */
	/*so in order to make my body work I have to put dummy.*/

	/*body {
	background: white url(arrow.gif);
	background-repeat: repeat-y;
	margin-left:20px;
	margin-top: 30px;
	}*/
	p {
	font-size:10pt;
	font-family: Arial, Times;
	margin-left:0.5in;
	}
	#wide {
	line-height: 20pt;
	}
	
	.red {
	color: red;
	}
	.navy{
	color: navy;
	}
	h1 {
	font-size:12pt;
	color: 000000;
	font-family: Arial;
	text-decoration: underline;
	}
	h3 {
	font-size:9pt;
	color: #dddddd;
	font-family: Arial;
	text-decoration: none;
	}

	h2 {
	font-size:9pt;
	color: #555555;
	font-family: Arial;
	text-decoration: none;
	}
 	td {
	
	font-size:10pt;
	color: #666666;
	font-family: Arial;
	text-decoration: none;
	}
		h4 {
	font-size:8pt;
	
	color: #ffff33;
	font-family: Arial;
	text-decoration: none;
	}
		h5 {
	font-size:8pt;
	
	color: #ff9900;
	font-family: Arial;
	text-decoration: none;
	}
		h6 {
	font-size:8pt;
	
	color: #996600;
	font-family: Arial;
	text-decoration: none;
	}
	h7 {
	font-size: 14pt;
	
	color: #ff6644;
	font-family: Arial;
	
	text-decoration: underline;
	}
	h8 {
	font-size:12pt;
	
	color: #1177dd;
	font-family: Arial;
	text-decoration: none;
	}
	h9 {
	font-size:14pt;
	
	color: #5566aa;
	font-family: Arial;
	text-decoration: none;
	}
</style>