/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 12px;
color: #ffffff;
line-height: 18px;
padding: 3px;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: 990000;
}
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-color: #990000;
	display: block;
	padding: 12;
	width: 160px;
}



.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-color: #990000;
	background-color: #000000;
	display: block;
	padding: 12;
	width: 160px;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-color: #990000;
	padding: 12;
	width: 160px;	
}.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #990000;
}
