﻿.navigation {
	display: block;
	font-family: "Monotype Corsiva";
	width: 174px;
	height:36px;
	text-decoration: none;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}
.navigation:hover {
	display: block;
	background-color:#A0BFCD;
	font-family: "Monotype Corsiva";
	width: 174px;
	height:36px;
	text-decoration: none;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}


