body {
	color: #6E685C;
}

.list a:hover {
	border-bottom: 1px dashed #6E685C;
}

.list {
	padding: 15px;
	padding-top: 15px;
}

.list a {
	color: #6E685C;
	text-decoration: none;
	font-weight: bold;
}

.admin a {
	color: #6E685C;
	text-decoration: none;
}

.admin a:hover {
	border-bottom: 1px dashed #6E685C;
}