/* CSS Document */

p{ 
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
font-weight: normal;
color: #000000;
line-height: 18px;
padding: 3px;
} 

.navigation {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003300;
	display: block;   
	padding: 8px;
	width: 140px;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	padding: 8px;
	width: 140px;
}
