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

body {
	background-color: #000;
	color: #CF0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
p {
	line-height: 30px;
}
a:link {
	color: #CF0;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #9F0;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #90C;
}
a:active {
	font-weight: bold;
	color: #CF0;
}
.bookTitle {
	font-style: italic;
	color: #FF66FF;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
}
.currentPage {
	text-decoration: underline;
}
.specialEventPage {
	background-color: #CC6633;
}
.footerNavBar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #8B7BC4;
	background-color: #000;
}
.bgColor {
	background-color: #000;
	background-repeat: repeat-y;
}

