a {
	color: #FFFFFF;
}

#body {
	/*background-color: #517cbd;*/
	background-image: url("images/bodyBG.gif");
	height: 
500px;
	vertical-align: top;
	padding-top: 50px;
}

.bodyText {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.pageTitle {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.menu {
	font-family: "comic Sans MS";
	font-size: larger;
	font-weight: bold;
	color: #FF0000;
}

a.pageLink {
	font-family: "comic Sans MS";
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

a.pageLink:hover {
	font-family: "comic Sans MS";
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}