.header {
	font-size: large;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #009;
}
.footer {
	font-size: small;
	font-style: italic;
	text-align: center;
	color: #006;
	border: 1px solid #006;
}
.page {
	height:100%
}

