a:link {
	color: #005E5E;
	text-decoration: none;
}
a:visited {
	color: #004040;
	text-decoration: none;
}
a:hover {
	color: aaaaaa;
	text-decoration: underline;
}
a:active {
	color: aaaaaa;
	text-decoration: none;
}
.head1 {
	font-family: "Comic Sans MS";
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-right: 4px;
	margin-left: 4px;
	font-style: italic;
}
.head2 {
	font-family: "Comic Sans MS";
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-right: 4px;
	margin-left: 4px;
	font-style: italic;
}
.head3 {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin-right: 4px;
	margin-left: 4px;
	font-style: normal;
}
.text1 {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin-right: 24px;
	margin-left: 24px;
	font-style: normal;
}
.text1ul {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin-right: 24px;
	margin-left: 24px;
	font-style: normal;
	text-decoration: underline;
}
.text1List {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin-right: 24px;
	margin-left: 24px;
	font-style: normal;
	list-style-type: square;
}
