/* CSS Document */

p {
	front-family: Harrington;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
	padding: 3px;
	font-family: Harrington;
}


.bold {
	font-family: Harrington;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
.navigation {
	font-family: Harrington;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6699CC;
	display: block;
	padding: 12px;
	width: 190px;
}
}
.navigation:hover {
	font-family: Harrington;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3366FF;
	display: block;
	padding: 9px;
	width: 190px;
	text-align: left;
	height: auto;
}
