body {
	float:center;
}

h2 {
	font-family:"Trebuchet MS";
	font-size:20px;
	font-weight:bold;
	color:maroon;
	text-align: center;
	margin: 3px 0px;
	padding: 2px 2px;
}

h3 {
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	color:red;
	text-align: center;
	margin: 3px 0px;
	padding: 2px 2px;
}


h4 {
	font-family: Helvetica;
	font-size:14px;
	font-weight:normal;
	color:black;
	text-align: center;
	margin: 2px 0px;
	padding: 1px 1px;
}

ul {
	padding-left: 50px;
}

li {
	margin-bottom: 4px;
	list-style-type: none;
}

a {
	text-decoration: none;
	font-family:"Comis Sans", arial;
	font-size:16px;
	font-weight:bold;
	color:black;
}


a:hover {
	text-decoration: underline;
	font-family:"Comis Sans", arial;
	font-size:16px;
	font-weight:bold;
	color:maroon;
}

