body {
	background-color: #89A95F;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.reactlogo {
	color: #FF4100;
	font-family: "Times New Roman", Times, serif;
	font-size: 300%;
	background-color: #FFFFFF;
	background-image: url(/assets/images/reactlogo02.gif);
	background-repeat: no-repeat;
	height: 90px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 150px;
	padding-top: 15px;
	background-position: 30px 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF4100;
	border-bottom-width: 5px;
}
.footernav {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
}
.footernav a {
	color: #FFFFFF;
}
.footernav a:hover {
	color: #FFFF99;
}
.footer {
	color: #FF4100;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FF4100;
	padding: 5px;
	font-size: 80%;
}