/* CSS Document */

.navigation {
	font-family: Verdana, san-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #660000;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 100px;
}
