body {
	margin-top: 0px;
	padding-bottom: 40px;
	color: #5a5a5a;
	background-color: whitesmoke;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header {
	height: 34px;
	margin: 0 -10px 20px -10px;
	background-color: #6ba5cd;
	background-image: none;
	color: white;
	text-shadow: -1px 2px 1px black;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 0px;
	border-radius: 0;
	position: relative;
	z-index: 10;
	border: 0;
	box-shadow: 0 2px 10px rgba(0,0,0,0.25);
	padding: 14px 20px 16px;
	display: block;

}

header h2 {
	font-size: 1.2em;
}

.content {
	background-color: white;
	padding: 10px 0px 100px 0px ;
	margin: -20px -10px 0 -10px;
}

.message {
	margin: 30px;
}

.message p {
	font-size: 14px;
	line-height: 20px;
}

footer {
	margin: 10px 30px 0;
}

a {
	color: #0088cc;
	text-decoration: none;
}

a:hover, a:active {
	outline: 0;
	color: #005580;
	text-decoration: underline;
}