H1  {
	font-family: comic sans ms, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: navy;
	text-align: center;
	padding: 3pt;
	border-top: inset;
	border-bottom: inset;
	position: relative;
	margin-bottom : 0px;
}
	
H1.maroon  {
	font-family: comic sans ms, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFCC;
	background: #800000;
	text-align: center;
	padding: 3pt;
	border-top: inset;
	border-bottom: inset;
	position: relative;
	margin-bottom : 0px;
}
	
H1.blue  {
	font-family: comic sans ms, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFCC;
	background: blue;
	text-align: center;
	padding: 3pt;
	border-top: inset;
	border-bottom: inset;
	position: relative;
	margin-bottom : 0px;
}

H1.red  {
	font-family: comic sans ms, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFCC;
	background:  red;
	text-align: center;
	padding: 3pt;
	border-top: inset;
	border-bottom: inset;
	position: relative;
	margin-bottom : 0px;
}

H1.black {
	font-family: comic sans ms, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #FFFFCC;
	background:  black;
	text-align: center;
	padding: 3pt;
	border-top: inset;
	border-bottom: inset;
	margin-bottom : 0px;
}

H2 {
	font-family: comic sans ms, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-bottom : 0px;
} 
	
	H3 {
		font-family: comic sans ms, sans-serif;
		font-size: 12pt;
		font-weight: normal;
		color: red;
		text-align: left;
		margin-bottom : 0px;
	}
	
H3.indent {
		font-family: comic sans ms, sans-serif;
		font-size: 12pt;
		font-weight: normal;
		color: black;
		text-align: left;
		margin-left : 1cm;
		margin-bottom : 0px;
	}

P
{
	font-family: comic sans ms, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: black;
	margin-left: 1cm;
	margin-right: 1cm;
	margin-bottom : 0px;
	margin-top : 0px;
}

P.small
{
font-family: comic sans ms, sans-serif;
font-weight: normal;
font-size: 10pt;
color:  Black;
text-align: left;
margin-left : 5px;
}

B {
	font-family: comic sans ms, sans-serif;
	font-weight: bold;
	color: black;
	position: relative;
}
Strong {
		font-family: comic sans ms, sans-serif;
		font-weight: bold;
		color: #000000;
		position: relative;
	}

	I {
	font-family: comic sans ms, sans-serif;
	font-weight: normal;
	font-style: italic;
	
}
	
	LI  {
	font-family: comic sans ms, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	margin-top : 0px;
	margin-left : 10px;
}
UL  {
	font-family: comic sans ms, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	color: red;
	margin-top : 0px;
	margin-bottom : 0px;
}

TD {
		font-family: comic sans ms, sans-serif;
		font-size: 10pt;
		color: #000000;
		
	}



A {
		font-family: comic sans ms, sans-serif;
		font-size: 12pt;
		font-weight: normal;
		color: red;
		position: relative;
	}
	


 
 

