body, div, p {
	font-family: Arial, Helvetic;
}

body {
	background-color: white;
}

a { text-decoration: none; font-style: italic; }
	a:hover { text-decoration: underline; }

#holding {
	width: 100%;
	margin-top: 20%;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #111;
}

	#holding h1 {
		display:	block;
		margin-left:	auto;
		margin-right:	auto;
		margin:			auto;		
	}
		#holding h1 span { }
		
		#holding p { color: #555; }
		

	#footer {
		padding-top:	80px;
		text-align:		center;
		font-size:		10px;
		color:			#777;
	}
		#footer * { color: #777; font-size: 10px; }

