body {
	background-color: #ded6bf;
}

.root_container {
	width: 600px;
	background: #fff;
	border: 1px solid #000;
	padding: 5px;
}

.root_nav_container {
	text-align: center;
	color: #6f5d40;
	font-size: 12px;
	font-weight: bold;
}

.root_container img {
	margin-left: auto;
	margin-right:auto;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.root_nav_container .link {
	color: #000;
}

.root_nav_container .link:hover {
	color: #6f5d40; 
	text-decoration: none;
}

