@charset "utf-8";

body {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D2B570;
	color: #9C2715;
}
ul {
	list-style-type: none;
}
li {
	display: inline;
	padding: 10px;
}
.brown {color: #CF6800}

.white {
	color: #FFFFFF;
	font-size: 24px;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #CF6800;
}
a:visited {
	font-weight: bold;
	color: #CF6800;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
}
