ul {
	list-style: none;
	text-align: left;
}

.page_title {
	font-size: 18px;
	font-weight: bold;
	color: #85730f;
}

.nav_title {
	font-size: 18px;
}

a {
	text-decoration: none;
}

.nav_title a {
	font-weight: normal;
	background-color: white;
	margin: 10px;
}

.nav_links a {
	font-weight: bold;
	color: #555555;
	background-color: #eeeeee;
	padding: 5px;
	margin: 2px;
}

.action_links a {
	font-weight: bold;
	color: #555555;
}

.table_centered {
	margin: 10px auto 10px auto;
}

.image_resized {
	height: 300px;
}

.admin_logo {
	position: absolute;
	top: 10px;
	left: 80px;
}