h3:before
{
	content:counter(section)": ";

}

h3
{	
	counter-increment:section;
	counter-reset:subsec;
	font-weight:bold;
	font-size:11pt;
	margin:0.2em;
	margin-top:1em;
	font-family:Verdana;
	color:#0F5139;
	margin-top:0px;
}

h4:before
{
	content:counter(section)"."counter(subsec)": ";
}
h4
{
	counter-increment:subsec;
	font-weight:bold;
	font-size:11pt;
	text-indent:2%;
	margin:0.2em;
	font-family:Verdana;
	color:#0F5139;
	margin-top:0px;
}

p
{
	margin-top:0.2em;
	margin-bottom:0.2em;
	margin-left:3%;
}

ul
{
	margin:0.2em;
	margin-left:3%;
}

