A:visited    {
	color: #0000FF; 
	text-decoration: none;
}

A:hover      {
	color: #FF0000;
	text-decoration: underline;
}

A {
	color:#0000FF;
	text-decoration: none;
}

body         { 
	font-family: Arial, san-serif;
	background: #fefef2;
	background-image: url('SailingShip.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
	padding: 2em;
	}

h1 {
	border-bottom: 1px dashed #40409c;
	color: #40409c;
	margin-bottom: 0px;
	text-align: center;
}

h2 {
	border-top: 1px dashed #40409c;
	color: #40409c;
	text-align: center;
}

strong {
	color: blue;
}

.quote
{
	font-style: italic;
	font-weight: bold;
}
	
ul {
	list-style-type: none;
	padding: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-right: 0em;
}

.blurbtext {
	
}

.blurbtext p {
	margin-top: 0em;
	margin-bottom: 0em;
}

.blurbtext p.newsection {
	margin-top: 1em;
}

.blurbtext p.cite {
	margin-left: 3em;
}

.gamedetails {
	margin-top: 10px;
	border-top: 1px dotted black;
}

.content{
	padding-top:0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	margin-top:0px;
	max-width:800px;
	min-width: 500px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

.author{
	text-align:center;
	font-style:bold;
	margin-top:0px;
	margin-bottom:0px;
	font-size: small
}

.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;
}

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;
}	