/* CSS Document */

p{
font-family: Verdana, snas-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}

.bold {
	font-family: Veranda, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #FF66FF;
}

.navigation {
	font-family: Veranda, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF00FF;
	display: block;
	padding: 4px;
	width: 140px;
}


.navigation:hover {
	font-family: Veranda, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC00CC;
	display: block;
	padding: 4px;
	width: 140px;
	
	

