.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}

.navigation {
	font: verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	background-color: #FFFFE5;
	display: block;
	padding: 8px;
	background-repeat: no-repeat;
	width: 158px;
}

.navigation:hover {
	font: verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: blink;
	background-color: #FFFF99;
	display: block;
	padding: 8px;
	background-repeat: no-repeat;
	width: 158px;
}
