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

.navigation:hover {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003399;
	display: block;
	padding: 8px;
	width: 150px;
}
p{
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 18px;
	padding: 3px;
	font-weight: bold;
}

