.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #888B8C;
	display: block;
	padding: 8px;
	width: 150px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	padding: 8px;
	width: 150px;
}

p{
font-family: Verdana, sans-serif;
font-size: 13px;
color: #000000;
line-height: 18px;
padding: 3px;
}
.paragraph {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: decimal;
}

.bold {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
.boldunderline {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.bolditalic {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
