body {
	background: #FFF url(main_grey_on_white.png) no-repeat fixed -280px -280px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
}


p, h1, h2, h3, li, ul{
	color: black;
	}



a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: yellow;
	font-variant: small-caps;
	text-decoration: none;
}

#centered_box {
	
	width: auto;
	margin: 86px;
	opacity: 0.75;
	padding: 20px;
}
