body {
  background:#241B1B;
	font-family: courier, serif;
	font-size:11px;
	color:#FF4A4A;
  line-height:19px;
	}


a {color: #eeeeee; text-decoration:none; border-bottom:1px dashed;}
a:visited {color:#eeeeee; text-decoration:none; border-bottom:1px dashed;}
a:hover {color:#eeeeee; text-decoration:underline; border-bottom:1px dashed;}

.content
{
position:absolute;
width:600px;
top:0px;
left:0px;
}

.title
{ 
 top:0px;
 left:0px;
 height:50px;
 width:600px;
 background:#b10000;
 text-align:center;
 font-weight:bold;
 padding-top: 25px;
}

.spacer
{
 margin-bottom:60px;
}


p
{
 background:#333333;
 padding:10px 10px 15px 20px;
 border: 1px solid #b10000;
 }
