@charset "utf-8";
.capt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #FFFF66;
	text-align: center;
}
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: ffff66;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-position: top;
}


h1 {
	font-family: "Lucida Calligraphy", "Script MT Bold", cursive;
	font-size: 2em;
}
body {
	background-image: url(images/background.jpg);
	background-color: #780A0B;
}
.pages {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #FFFF66;
}
.topics {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-weight: bold;
}

a:active {
	color: #FFFF66;
	text-decoration: none;
}
a:visited {
	color: #FFFF66;
	text-decoration: none;
}
a:link {
	color: #FFFF66;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
hr {
	border:thin;
	color:	#FFFF66;
	border-bottom-color:#FFFF66;
	border-bottom-style:groove;
}
