h1 {
	font-family: Arial;
	font-size: 20px;
	color: #009999;
	font-weight: bold;

	}
h2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	list-style-type: disc;
	list-style-position: outside;
}
h3 {
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
}
h4 {
	font-family: Arial;
	font-size: 12px;
	line-height: 10px;
	font-weight: normal;
	}
ul.disc{list-style-type: circle;}

