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

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 18px;
	padding: 3px;
	font-weight: bold;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #93C;
	text-decoration: underline;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #606;
	text-decoration: none;
	background-color: #C9F;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #96F;
	text-decoration: none;
	background-color: #FFF;
	display: block;
	padding: 8px;
	width: 140px;
}
