body {
	background-color: #ECFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size: medium;
	font-weight: bold;
	color: #0000FF;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h1 {
	color: #993399;
	font-size: xx-large;
}

p, li, td {
	font-size: medium;
}
h2 {
	font-size: x-large;
	color: #0000FF;
}
.small {
	font-size: small;
}

h3 {
	font-size: medium;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #0000FF;
}
.nav a {
	font-size: medium;
	font-weight: bold;
	color: #993399;
	text-decoration: none;
}
.nav a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.purple {
	color: #993399;
}

a {
	color: #0000FF;
}
a:hover {
	color: #993399;
}

