/* CSS Document */


p{
	font-family:  verdana, sans-serif;
	font-size:12px;
	color: #006633;
	font-style: normal;
	font-weight: normal;
	}
	
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #006633;
	text-decoration: none;
}

.navigation{
	font-family: "Comic Sans MS";
	font-size: 18px;
	text-decoration: none;
	background-color: #CCCC99;
	color: #006633;
	font-weight: normal;
	font-style: normal;
}


.navigation:hover{
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: normal;
	background-color: #CFD784;
	color: #006633;
	font-style: normal;
	text-decoration: none;
}
