/* CSS Document */
p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color: #FFCC00;
line-height: 18px;
padding: 3px;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: oblique;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFCC00;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC00;
	display: block;
	padding: 6px;
	width: 140px;
}
.navigation hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #cc6600;
	display: block;
	padding: 8 px;
	width: 140px;
}
