.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #223C87;
	display: block;
	width: 125px;
	padding: 8px;
	text-decoration: none;
}


.navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #223C87;
	background-color: #FFFFFF;
	display: block;
	width: 125px;
	padding: 8px;
	text-decoration: none;
}

p{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
line-height: 18px;
padding: 3px;
}
