body {
	background-color: #eaeaea;
	color: #000;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-size: 80%;
	font-family: trebuchet MS, trebuchet, tahoma, verdana, geneva, arial, helvetica, sans-serif; 
	width: 100%;
}

a, a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover, a:active {
	color: #CC3333;
	background-color: #fff;
}

#leftcolumn a, #leftcolumn a:link, #leftcolumn a:visited {
    color: #ff0000;
}

#container {
	display: block;
	background-color: #ffffff;
	width: 740px;
	margin: auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	line-height: 150%;
}

#toprow {
	background: #ffffff;
	padding: 5px 20px;
	margin: 0px;
	border-bottom: 3px solid #cfcfcf;
}

#leftcolumn {
	display: block;
	background-color: #ffffff;
	float: left;
	width: 540px;
}

#rightcolumn {
	display: block;
	background-color: #FFCCCC;
	float: left;
	width: 200px;
}

#readlatest, #readyear, #search, #explanation, #links {
	padding: 20px;
}

h1 {
	font-size: 140%;
	font-weight: strong;
}

h2 {
	font-size: 140%;
	font-weight: strong;
	line-height: normal;
	background-color: #EEEEEE;
	padding: 5px;
	margin: 30px 0 5px 0;
}

.booklink {
	border: 2px solid #CC3333;
}

.booklink:hover {
	border: 2px solid #ff0000;
}

.booknolink {
	border: 2px solid #000;
}

#search input.field {
	width: 100px;
}

#search input.button {
	width: auto;
	padding: 1px;
	background-color: #aeaeae;
	border: 1px solid #ffffff;
	color: #000000;
}

#search input.button:hover, #search input.button:active {
	background-color: #99CCCC;
}

.promo {
	border-bottom: 1px solid #66CCFF;
	padding: 10px 0 10px 0;
}

.back {
	margin-top: 15px;
}
