/* CSS Document */

p{
front-family: Veranda, san-serif;
font-size: 11px;
color:#000000;
line-height: 18px;
papping: 3px;
}.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	color: #0000FF;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	padding: 4px;
	width: 200px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6699FF;
	display: block;
	padding: 4px;
	width: 200px;
}

