@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #00CC66;
	background-color: #3C1651;
	font-style: italic;
}
.nav {
	font-size: 18px;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 72pt;
}
.style2 {
	font-size: 24pt;
	font-family: "Times New Roman", Times, serif;
}
.sched {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #3C1651;
}

A:link {
	font-size: 18px;
	color: #00CC66;
}
A:hover {
	color: #3C1651;
}
A:visited {
	color: #00CC66;
}
