body {
    color: black;
    background-color: white;
    text-align: left;
    font-family: verdana;
    font-size: 11px;
	margin-left: 10px;

}

h1 {
    color: black;
	font-size: 16px;
	margin-top: 8px;
	 margin-bottom: 4px;
}

h2 {
	font-size: 14px;
	margin-top: 0px;
	 margin-bottom: 0px;
}

p {
    font-size: 12px;
	margin-left: 0px;
	margin-top: 2px;	
}
p.date {
	font-style: italic;
	margin-left: 0px;
	font-size: 12px;

}
p.subtitle {
    color: #339961;   /* MediumSeaGreen; */
	font-style: bold;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-size: 16px;

}
p.itemhead {
	font-style: bold;
	font-size: 13px;
	margin-left: 8px;
	margin-top: 6px;
	margin-bottom: 0px;
}
p.bullet {
	
	margin-left: 25px;
}
ul {
    list-style-type: square;
	font-style: bold;
	font-size: 14px;
	margin-top: 8px;
	margin-left: -10px;
	margin-bottom: 2px;
	}
ul.sub {
    list-style-type: circle;
		font-style: normal;
	font-size: 12px;
	margin-top: 6px;
	margin-left: -20px;
	margin-bottom: 6px;
	}	