h2 {
	text-align: center;
	color: "290aca";
}

h1 {
	text-align: center;
	font-size: 12px;
	color: red;

h3 {
	text-align: center;
	color: black;
}

h4 {
	text-align: center;
	color: black;
}

.large {
	text-align: center;
	font-size: 20px;
	background: #bacdf2;
}

#page {
	text-align: center;
	width: 1000px;
	margin: 0;
	padding: 0;
}


#banner {
	margin: 0;
	padding: 0;
	background: #97b3ec;
}


#bottom {
	color: black
	margin: 0px;
	padding: 15px;
	text-align: center;
	background: #97b3ec;
}