A:visited    {	
	color: #0000FF; 
	text-decoration: none;
}
A:hover      {	
	color: #FF0000; 
	text-decoration: underline;
}
A            {	
	color:#0000FF;
	text-decoration: none; 
}

body         
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #b0b0f0;
	text-align:justify;
}

h1, h2
{
	text-align: center;
	border-bottom: 1px dashed #40409c;
	color: #40409c;
	margin-bottom:0;
}


.subheading {
	color: #40409c;
	text-align: center;
	font-weight: bold;
}

.content
{
	width: 800px;
	margin-left: auto;
	margin-right:auto;
	margin-top:0px;
	padding-top:5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #b0b0f0;
}

dl.Ratings
{
	border: solid black 1px;
	display: block; 
	margin: 10px auto 10px; 
	max-width: 600px;
	font-size: small;
}

dl.Ratings:after 
{
	content: "."; 
	visibility: hidden; 
	display: block; 
	clear: both; 
	height: 0em
}

dl.Ratings dt 
{
	float: left;
	text-align: center; 
	clear: none; 
	width: 33%; 
	font-weight:bold;
	margin: 5px 0 5px;
}

dl.Ratings dd
{
	float: left;
	text-align: center;
	clear: none; 
	width: 66%;
	margin: 5px 0 5px;
}	

dl.Characters
{
	display: block; 
	margin: 10px auto 10px; 
	max-width: 800px;
	font-size: small;
}

dl.Characters:after 
{
	content: "."; 
	visibility: hidden; 
	display: block; 
	clear: both; 
	height: 0em
}

dl.Characters dt 
{
	float: left;
	text-align: left; 
	clear: none; 
	width: 250px; 
	font-weight:bold;
	margin: 5px 0 5px;
}

dl.Characters dd
{
	float: left;
	text-align: right;
	clear: none; 
	width: 550px;
	margin: 5px 0 5px;
}	

.author
{
	text-align:center;
	font-style:italic;
	margin-top:0px;
	margin-bottom:0px;
}

.center
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.tag
{
	text-align: center;
	font-size: small;
}

.footer, .footer a
{
	text-align: center;
	font-weight: bold;
	font-size: small;
	color: Black;
}

.linktext
{
	font-size: small;
}