/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 13px;
color:#660000;
line-height: 18px;
padding: 3px
}

.bold {
font-family: Verdana, sans-serif;
font-size: 13px;
line-height: 18px; 
font-weight: bold;
color: #660000;
}

.navigation {
	font-family: "Bradley Hand ITC";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #CC9999;
	display: block;
	padding: 2px;
	width: 140px;
	color: #660000;
}



.navigation:hover {
	font-family: "Bradley Hand ITC";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color:#FF3399;
	display: block;
	padding: 2px;
	width: 140px;
	color: #660000;
}