A:visited    {	COLOR: #0000FF; TEXT-DECORATION: none}
A:hover      {	COLOR: #FF0000; TEXT-DECORATION: underline}
A            {	TEXT-DECORATION: none; color:#0000FF}

body         { font-family: Arial, san-serif;
	background: #818181;
	background-image: url('cave.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	padding: 2em;
	}

h1 {
	border-bottom: 1px dashed #40409c;
	color: #40409c;
	text-align: center;
}

h2 {
	border-top: 1px dashed #40409c;
	color: #40409c;
	text-align: center;
}

h3 {
	color: #40409c;
	text-align: center;
	font-weight: bold;
}

ul {
	list-style-type: none;
	padding: 0em;
}

.charactername {
	font-weight: bold;
}

.content{
	padding-top:0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	margin-top:0px;
	max-width:600px;
	min-width: 500px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background: white;
}

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;
}	

.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;
}
	
.footer, .footer a
{
	font-size: small;
	font-weight: bold;
	color: black;
	text-align: center;
}

