html, body { height : 100%; margin : 0px; }
.RelevantBooks {
	font-family: Verdana;
	font-size: xx-small;
	color: #333333;
}
.RelBookCAPS {
	font-family: Verdana;
	font-size: xx-small;
	font-variant: normal;
	text-transform: uppercase;
	color: #333333;
}
a:link {
	font-family: Verdana;
	font-size: xx-small;
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	font-family: Verdana;
	font-size: xx-small;
	color: #CC0000;
	text-decoration: none;
}
a:active {
	font-family: Verdana;
	font-size: xx-small;
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	font-size: xx-small;
	color: #CC0000;
	text-decoration: underline;
}
.BookTitle {
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}
.BookSubTitle {
	font-family: Verdana;
	font-size: x-small;
	color: #666666;
	font-style: italic;
}
.mainmenu { background-image : url('images/Fills/menu_fade.jpg'); background-repeat : repeat-x; background-color : #e3e4de; }