/* HTML tag styles */

body {
	font-family: Verdana, sans-serif;
	color: #ECE9D8;
	margin: 0px;
	padding: 0px;
	background: #660000;
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 97%;
	font-weight: normal;
}
table {
	color: #660000;
	background-color: #ECE9D8;
	
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	text-transform: uppercase;
	color: #333333;
	background-color: #ECE9D8;
}
.navfont 
{
	font-family: "Lucida Calligraphy";

}

a {
	font-family: "Lucida Calligraphy";
	color: #F7EDD7;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	background-color: #333333;
	color: #D28575;
}
a:active {
	text-decoration: underline;
	background-color: #ECE9D8;
}
.contenttable {
	background-color: #ECE9D8;
	border: 30px solid #CCCCCC;
	color: #660000;
}
.blackink {color: #000000}

.copyright {
	font-size: x-small;
	color: #ECE9D8;
	font-weight: bold;
	background-color: #660000;
	}
#pageyron {
	background-color: #003399;
}
.specialpadding {
	padding: 10px;
}
.booktitles {
	text-decoration: underline;
	color: #003399;
	background-color: inherit;
}
