a:link
{ 
	color: #002000
}
a:visited
{ color: #008000
}
a:hover
{
	color: #006000
}
a:active
{ 
	color: #002000
}
.Header {
	color: green;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 6px outset #008080;
	height: 75px;
}
.ExcerptLink {
	height: 75px;
	width: 100px;
	text-align: center;
	float: left;
}
.ContentHeader {
	height: 75px;
	text-align: center;
	width: 600px;
	float: left;
}
.BookIcon {
	height: 75px;
	width: 100px;
	text-align: right;
	float: right;
	clear: right;
}
.MainHeading {
	color: #000000;
	font-size: 175%;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
}
.SubHeading {
	color: green;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.Content {
	color: green;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	background-image: url(../Books/WoLaS/icons/Athera.gif);
	height: 448px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 6px outset #008080;
	clear: both;
}
.Footer {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 6px outset #008080;
}
.ContentBlank {
	color: green;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	height: 448px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 6px outset #008080;
	clear: both;
}
