@charset "UTF-8";
/* CSS Document */

p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	line-height:normal;
	padding:3px;
	padding-left: 5px;
}
.bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #300;
}

.navigation{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #009900;
	display: block;
	padding: 7px;
	width: 131px;
}

.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006600;
	display: block;
	padding: 7px;
	width: 131px;
}
			 

