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;
}

h1, h2
{
	text-align: center;
}

#middle {
	margin-left: 120px;
	margin-right: 130px;
	clear: none;
	padding: 2em;
	text-align: center;
}

#middle h1 {
	border-bottom: 1px dashed #40409c;
	color: #40409c;
}

#middle h2 {
	border-top: 1px dashed #40409c;
	color: #40409c;
}

.subheading {
	color: #40409c;
	text-align: center;
	font-weight: bold;
}

td	{
	vertical-align: top;
}

dl.Ratings
{
	border: solid black 1px;
	display: block; 
	margin: 10px auto 10px; 
	max-width: 400px;
	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: 50%; 
	font-weight:bold;
	margin: 5px 0 5px;
}

dl.Ratings dd
{
	float: left;
	text-align: center;
	clear: none; 
	width: 50%;
	margin: 5px 0 5px;
}	

.author
{
	text-align:center;
	font-style:italic;
	margin-top:0px;
	margin-bottom:0px;
}

.eventdiv1
{
	padding-top:0px;
	margin-top:0px;
	width:600px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.eventdiv2
{
	text-align:justify;
}

.center
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.footer, .footer a
{
	text-align: center;
	font-weight: bold;
	font-size: small;
	color: Black;