/* CSS Document */

p{font-family:Arial, Helvetica, sans-serif:;
font-size:14px;
color:#000000;
line-height:normal;
padding:1px;
}
.navigation{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FF9900;
	display: block;
	padding: 8px;
	width: 180px;
}


.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #CC9966;
	display: block;
	padding: 8px;
	width: 180px;
}
.navigationCopy {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FF9900;
	display: block;
	padding: 8px;
	width: 180px;
}
