html {
	background: #fff;
	color: #000;
	font-size: 75%;
	font-weight: normal;
}
body {
	background: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	display: none;
}

a {
	background: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:visited {
	background: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

div#mainLeft, div#mainRight, div#header, div#footer {
	display: none;
}

.linkButton {
	display: none;
}

div#mainCenter {
	background: #fff;
	display: block;
	width: 600px;
	margin: 0 auto;
	border: 0;
}
div#midheader img {
	display: block;
}

div#mainCenterBox, div#mainCenterBoxLeft, mainCenterBoxContent, div#bookStats {
	background: #fff;
	border: 0;
}

/* Generic styles. Usage: <div class="Sans Med Red"></div> */
.Serif {font-family: "Times New Roman", Times, serif;}
.Sans {font-family: Verdana, Arial, Helvetica, sans-serif;}
.Mono {font-family: "Courier New", Courier, monospace;}

.Normal {font-weight: normal; font-style: normal;}
.Bold {font-weight: bold;}
.Italic {font-style: italic;}

.Tiny {font-size : 10px; line-height: 14px;}
.Small {font-size : 11px; line-height: 14px;}
.Med {font-size : 12px;}
.Big {font-size : 15px;}
.Large {font-size : 18px;}

.Black {color: #000000;}
.Gray {color: #999999;}
.LightGray {color: #cccccc;}
.White {color: #ffffff;}
.Yellow {color: #ffee55;}
.LightYellow {color: #FFFF99;}
.Blue {color: #000099;}
.Green {color: #009900;}
.Red {color: #cc0000;}
.Orange {color: #cc5500;}
