<style type="text/css">

	.foo {

	}

	body {
		font-size: 12pt;
	}

	h2 {
		margin-top: 0px;
		margin-bottom: 0px;
		font-size: 16pt;
		color: white;
		background-color: blue;
		padding-left: 4px;
		padding-top: 4px;
		border-top: 1px solid black;
		border-left: 1px solid black;
		border-right: 1px solid black;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

	h3 {
		margin-top: 0px;
		margin-bottom: 0px;
		font-size: 12pt;
		padding-bottom: 4px;
		padding-left: 4px;
		border-bottom: 1px solid black;
		border-left: 1px solid black;
		border-right: 1px solid black;
		color: white;
		background-color: blue;
	}

	h4 {
		margin-top: 0px;
		margin-bottom: 0px;
		font-size: 10pt;
		border: 1px solid black;
		padding-top: 3px;
		padding-bottom: 3px;
		background-color: blue;
		color: white;
		padding-left: 4px;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
	h5 {
		border-top: 1px solid black;
		margin-top: 0px;
		margin-bottom: 0px;
		font-size: 14pt;
		padding-top: 4px;
	}
	
	li {
		padding-bottom: 8px;
	}

</style>