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: black;
	background-image: url('blueair.png');
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: scroll;
	color: white;
}

h1 {
	border-bottom: 1px dashed #FFFFCC;
	color: #FFFFCC;
	text-align: center;
}

td	{
	vertical-align: top;
}

.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:600px;
	margin-left:auto;
	margin-right:auto;
	z-index: 2
}

.lyrics{
	text-align:center;
	font-weight:bold;
	font-style:italic;
}

.blurbquote{
	text-align:justify;
	color: #AAAAAA;
}

.blurbmemory{
	text-align:justify;
	font-weight:bold;
}

.whisper{
	color: #333333;
}

.rating{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: thin solid #605840;
	font-size:90%;
	font-family:helvetica,sansserif;
	vertical-align:top;
}

.vrating_cat{
	padding-right:5px;
	font-weight:bold;
	vertical-align:top;
	width:33%;
	text-align:center;
}
.vrating_value{
	padding-left:5px;
	text-align:center;
	width:66%;
	vertical-align:top;
}

.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: white;
}