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

p{
	font-family:Verdana, "sans serif";
	font-size: 12px;
	color:#000000;
	line-height: 18px;
	padding: 3px;
	font-weight: normal;
}
.bold {
	font-family: Verdana, "sans serif";
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
.navigation{
	font-family: Verdana, "sans serif";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	background-color: #99FF33;
	display: block;
	padding: 10px;
	width: 140px;
}

.navigation:hover{
	font-family: Verdana, "sans serif";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	background-color: #FFCCFF;
	display: block;
	padding: 10px;
	width: 140px;
}
