body {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
	color: #000;
	font-family: verdana, arial, sans-serif;
	background-color: #000000;
}
	
p { font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; color: #000;}

a:link 				{ color: #620000; background: transparent; }
a:visited 			{ color: #3A0200; background: transparent; }
a:hover 			{ color : #3A0200; background-color : transparent; }


#footer {
	position: absolute;
	left: 0px;
	top: 600px;
}
.content {
	margin-top: 18px;
	margin-left: 10px;
	text-align: left;
}

