/* CSS Document */

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
	line-height: 18px;
	padding: 3px;
	font-weight: bold;
}
.largeitalics{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333366;
	line-height: 18px;
	font-weight: bold;
	font-style: italic;
}
.bold {
	font-family: "Lucida Handwriting";
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #333366;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #99CCFF;
	display: block;
	padding: 8px;
	width: 150px;
	color: #333366;
	text-align: left;
}
.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #99CCFF;
	display: block;
	padding: 8px;
	width: 150px;
	color: #CC66FF;
	text-align: left;
}

