/* CSS Document */

p{
  font-family: Verdana,sans-serif;
  font-size: 14px ;
  line-height: 16px;
  color:#333333;
  padding: 3px;
 }
 
 .bold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color:#333333;
	
}
	
 
 
.navigation {
	color: #669933;
	font-size: 14px;
	font-weight: bold;
	display: block;
	font-family: Verdana, sans-serif;
	padding: 6px;
	width: 90px;
	text-decoration: none;
	font-style: normal;
	background-color: #F3FCD8;
}


.navigation:hover {
	color: #66FF00;
	font-size: 14px;
	font-weight: bold;
	display: block;
	font-family: Verdana, sans-serif;
	padding: 6px;
	width: 90px;
	text-decoration: none;
	font-style: normal;
	background-color: #CCFF66;
}
