/* CSS Document */

.navigation {
	font-family: Papyrus;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #663333;
	display: inline-table;
	padding: 8px;
	vertical-align: middle;
	width: 140px;
	text-align: center;
}

.navigation:hover {
	font-family: Papyrus;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC3333;
	display: inline-table;
	padding: 8px;
	vertical-align: middle;
	width: 140px;
	text-align: center;
}
