.whiteBold {
	font-weight: bold;
	color: #FFFFFF;
}
body {
	background-color: #6c4117;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
a {
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}

