/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}

.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: blink;
	background-color: #b9ffb9;
	display: inline;
	padding: 28px;
	width: 140px;
	background-image: url(Images2/footer.jpg);
	border-bottom-width: thin;
	white-space: normal;
}

.navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	padding: 28px;
	width: 140px;
	background-image: url(Images2/footer.jpg);
	border-bottom-width: thin;
	white-space: normal;
	text-transform: capitalize;
	color: #ff9933;
}
