body {
	background-color: #AB0101;
	background-image:url('images/bgred.gif');
	font-family: Arial, Helvetica, sans-serif;
}


#main {
	color: #CCCCCC;
	position: absolute;
	top: 0px;
	left: 0px;
}


#contact {
	text-align:right;
	font-size:125%;
	font-style:italic;
}


a:link { 
	color: #666666;
	text-decoration: none; 
}

a:visited { 
	color: #666666; 
	text-decoration: none;
}

a:hover {
	color: #a40909;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	text-decoration: none; 
}