body {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	color: #336699;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #336699;
}
a:link {
	color: #996699;
	text-decoration:none;
}
a:visited {
	color: #996699;
	text-decoration:none;
}
a:hover {
	color: #336699;
	text-decoration:none;
}

