body {
	background-color: #464646;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: none;
	color: #6D6E71;
}
a:active {
	text-decoration: none;
	color: #D0D1D5;
}


.email:link {
	color: #fff;
	text-decoration: none;
}
.email:visited {
	text-decoration: none;
	color: #fff;
}
.email:hover {
	text-decoration: none;
	color: #D0D1D5;
}
.email:active {
	text-decoration: none;
	color: #D0D1D5;
}
.container { width:980px; margin-left:auto; margin-right:auto; }
