/* CSS Document */

p{
font-family: lucida sans;
font-size: 12px;
color: #000000;
line-height: 18px;
padding: 3px;
}.bold {
	font-family: lucida sans;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.navigation {
	font-family: lucida sans;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0.5px;
	width: 150px;
	color: #FFFFFF;
}

.navigation:hover {
	font-family: "lucida sans";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 0.5px;
	width: 150px;
}

