html {
	margin: 0;
	}
h1 {
	font-size:8pt;
	font-family:Arial, sans-serif;
	color:#000066;font-weight:bold;
	
	}
h2 {
	font-size:8pt;
	font-family:Arial;
	color:#000066;
	font-weight:bold;
	text-align:left;
	}
h3 {
	font-size:8pt;
	font-family:Arial;
	color:#000000;
	font-weight:bold;
	text-align:left;
	}
p  {
	font-size:8pt;
	font-family:Arial, sans-serif;
	color:#000000;
	text-align:left;
	}
li  {
	font-size:8pt;
	font-family:Arial, sans-serif;
	color:#000000;
	text-align:left;
	list-style-type: decimal;
	}
body {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	border: 1px solid green;
	font-size:8pt;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	}
td  {
	font-size:8pt;
	font-family:Arial, sans-serif;
	color:#000000;
	border:#0000FF;
	}	
ol {
	list-style-type: decimal;
	list-style-position: outside;
}
ul {
	list-style-position: outside;
	list-style-image: url(bullet1.gif);
}