html {
	background-color: white;
	margin: 20px 10px 10px 20px;
	text-align: center;
}

body {
	text-align: left;
	margin: auto;
	width: 700px;
}

h1 {
	font-style: normal;
	font-weight: normal;
	line-height: 60px;
	font-size: 36px;
}

.bigRed {
	text-shadow: 2px 2px #d0d0d0;
	line-height: 60px;
	color: #cc0000;
	font-size: 48px;
}

p.tinyText {
	color: #666666;
	font-size: 10px;
}

p.okFine {
	margin-top: 400px;
	color: #666666;
	font-size: 12px;
}
