body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: xx-large;
	font-weight: bold;
	color: #663399;
	text-align: center;
}
p {
	font-size: medium;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;

}
h2 {
	font-size: medium;
	font-weight: bold;
	color: #663399;
}
h3 {
	font-size: medium;
	font-weight: bold;

}
.nav {
	font-size: medium;
	font-weight: bold;
	color: #663399;
	text-decoration: none;
}
a.nav:hover {
	color: #9999FF;
	text-decoration: none;
}

li {
	font-size: medium;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
}
