body	{
	background-color: #CCC;
}
#container	{
	width: 800px;
	margin: 0px auto;
	padding: 0;
	font-size: 14px;
	position: relative;
}
.text	{
	margin-left: 10px;
	margin-right: 25px;
	line-height: 140%;
}
.reverse	{
	color: white;
}
.critic	{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFF;
}
.pub	{
	color: #FF0;
}
.title	{
	font-family: Times,"Times New Roman",Georgia,serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 100%;
}
.morelink	{
	text-align: right;
	margin-right: 40px;
}
.review	{
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin: 5px 30px  5px 30px;
}

.review a	{
	color:#FFF;
}
#credits	{
	padding:5px;
	font:10px Arial, sans-serif;
	color:#666;
	text-align:center;
}
#credits a 	{
	text-decoration:none;
	color:#666;
}