body {
	background-color: #fafafa;
	color: Navy;
	font-family: sans-serif;
	font-size: 12px;
	text-align: center;
}

h1 {
	text-align: center;
	color: #6495ED;
}

h2 {
	border-top: thin solid;
	width: 70%;
}

.indent {
	margin-left: 1%;
}

.headBorder {
	height: 40px;
	border-top: thin solid;
	border-left: thin solid;
	border-right: thin solid;
	margin-left: 10%;
	margin-top: 20px;
	margin-right: 10%;
}

.frameBox {
	background-color: #DEE9F8;
	border: thin solid;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
}

.footBorder {
	height: 40px;
	border-bottom: thin solid;
	border-left: thin solid;
	margin-left: 10%;
	margin-bottom: 20px;
	margin-right: 10%;
	border-right: thin solid;
}

