 body
 {
 	color: #333333;
 	font-family: Georgia, "Times New Roman", Times, serif;
 	font-size: 12pt;
 	margin: 4px;
 	padding: 0px;
 	text-align: left;
 }

a:link, a:visited, a:hover {
	color: #308399;
	text-decoration: none;
}
a:visited {
	color: #0099FF;}

a:hover {
	text-decoration: underline;
}

h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: "Comic Sans MS", Lucida, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #334d55;
	font-size: 160%;
}

h2 {
	color: #006699;
	font-size: 140%;
}

h3 {
	color: #334d55;
	font-size: 125%;
}

h4 {
	color: #333333;
	font-size: 117%;
	font-weight: normal;
}

h5 {
	color: #334d55;
	font-size: 110%;
}

ul {
	list-style-type: square;
}

ul ul {
	list-style-type: disc;
}

ul ul ul {
	list-style-type: none;
}

label {
	color: #334d55;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
