/* CSS Document */
.middlebg {
	background-image: url(images/middlepage.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.scrollbar {
	overflow: auto;
	width: 625px;
}
body {
	background-color: #000000;
	color: #FFFFFF;
}
p {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.fancy {
	font-family: "Monotype Corsiva";
	font-size: 50px;
	color: #E1C479;
}
.fancy2 {
	font-family: "Monotype Corsiva";
	font-size: 30px;
	color: #E1C479;
}
.nice {
	font-family: "Monotype Corsiva";
	font-size: 25px;
}
.nicesm {
	font-family: "Monotype Corsiva";
	font-size: 20px;
}
a:link, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline overline;
}
ul, li {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}