/* CSS Document */

p{
font-family: Biondi;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}
.bold {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
	font-family: Biondi;
}

.navigation {
	font-family: biondi;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	background-color: #6A1101;
	display: block;
	padding: 8px;
	width: 120px;
	font-style: normal;
	text-decoration: none;
}

.navigation:hover {
	font-family: biondi;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	background-color: #D03D03;
	display: block;
	padding: 8px;
	width: 120px;
	font-style: normal;
	text-decoration: none;
}

