body 
{
	margin: 25% 25%;
	width auto;
	background: black;
}

a:link, a:visited {
	text-decoration : none;
	color: #c30;
	background: transparent;
}

a:hover {
	text-decoration : underline;
	color: #999;
	background: transparent;
}

a:active {
	text-decoration : none;
	color: #526968;
	background: transparent;
}

div.contact {
	display: block;
	padding: 20px 20px 20px 20px;
	float: middle;
	font-family: sans-serif;
	font-size: 11pt;
	color: #999;
	border: 1px solid #6b6c69;
	}
