A:visited    {
	color: #0000FF; 
	text-decoration: none;
}

A:hover      {
	color: #FF0000;
	text-decoration: underline;
}

A {
	color:#0000FF;
	text-decoration: none;
}

body         {
	font-family: Arial;
	background: white;
	background-image: url('london-skyline.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom center;
	color: black;
}

h1 {
	border-bottom: 1px dashed #40409c;
	color: #40409c;
	text-align: center;
}
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;
}

.content{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding-top:20px;
	margin-top:20px;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	z-index: 2
	background-color: Black;
}

.blurbtext{
	text-align:justify;
}

.tag
{
	text-align: center;
	font-style: italic;
}

.center{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
	
p#footer {
	font-size: small;
	font-weight: bold;
	color: black;
	text-align: center;
}

p#footer a {
	color: black;
}
