/* CSS Document */

p {
	font-family:Georgia, Times, sans-serif
	font-size:12px
	color:#000000
	line-height:20px
	padding:3px
}
.navigation{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	background-color: #66FF99;
	text-align: center;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	white-space: normal;
	line-height: normal;
	height: 30px;
	width: auto;
	vertical-align: text-bottom;
	background-position: center center;
}

.navigation:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	background-color: #33FF99;
	text-align: center;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	white-space: normal;
	line-height: normal;
	height: 30px;
	width: auto;
	vertical-align: text-bottom;
	background-position: center center;
}
.navigation img {
	line-height: normal;
	background-color: #66FFCC;
	background-position: center center;
}
