/* CSS Document */

p{
	font-family:Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}
.navigation {
	font-family: "Comic Sans MS", "Heo May 1.1";
	font-size: 18px;
	font-style: normal;
	font-weight: 100;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A65315;
	display: block;
	padding: 8px;
	width: 160px;
}

.navigation:hover {
	font-family: "Comic Sans MS", "Arial Narrow";
	font-size: 18px;
	font-style: normal;
	font-weight: 100;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9966;
	display: block;
	padding: 8px;
	width: 160px;
}

