/* CSS Document */

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

.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC9900;
	text-decoration: none;
	background-color: #336600;
	display: block;
	padding: 8px;
	width: 100px;
}


.navigation:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC9900;
	text-decoration: none;
	background-color: #999999;
	display: block;
	padding: 8px;
	width: 100px;
}

