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

.paragraph {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 13px;
	padding: 2px;
	text-align: left;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 36px;
	line-height: 18px;
	font-weight: bold;
	padding:4px;
	color: #999999;
	text-align: left;
}
.navigation {
	font-family: Verdana, "sans serif";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	background-color: #999999;
	display: block;
	padding: 0px;
	width: 100px;
}

.navigation:hover {
	font-family: Verdana, "sans serif";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	background-color: #666666;
	display: block;
	padding: 0px;
	width: 100px;
}
