body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: FAE09B;
	text-align: center;
}
.nav {
	color: FAE09B;
	font-size: larger;
	font-weight: bold;
	font-variant: small-caps;

}
.page {
	color: #000000;
	width: 80%;
	background-color: 525252;
	margin-left: 10%;
	margin-right: 10%;
}
.footer {
	font-size: xx-small;
	color: fae09b;
	text-align: center;
}
.editableregion {
	color: fae09b;
	padding-right: 10%;
	padding-left: 10%;
	text-align: left;
}
.rule {
	background-color: fae09b;
}
a:link {
	text-decoration: none;
	color: fae09b;
}
a:visited {
	text-decoration: none;
	color: fae09b;
}
a:hover {
	text-decoration: underline;
	color: F9D575;
}
