/* CSS Document */

p{
font-family:"Times New Roman", Times, serif
font-size: 12px;
	color:#FFFFCC;
	line-height: 18px;
	padding:3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #003366;
	background-color: #FF9933;
	display: block;
	padding: 8px;
	margin: 3px;
	float: none;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}

.navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #003366;
	background-color: #FFFF66;
	display: block;
	padding: 8px;
	margin: 3px;
	float: none;
}
