.navigation{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #671F2B;
	display: block;
	padding: 8px;
	width: 147px;
	text-decoration: none;
}

.navigation:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #883231;
	display: block;
	padding: 8px;
	width: 147px;
	text-decoration: none;
}
.underconstruction {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bolder;
	color: #FF0000;
	text-decoration: none;
}
