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

p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFF8;
	line-height: 20px;
	padding: 3px;
	font-style: normal;
	text-transform: none;
	font-weight: normal;
}.bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFF8;
}

.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
	background-color: #000000;
	display: table-cell;
	padding: 2px;
	width: auto;
	clear: none;
	float: none;
	margin: 5px;
	text-indent: 10px;
}


.navigation:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
	background-color: #000000;
	display: table-cell;
	padding: 2px;
	width: auto;
	background-position: left;
	clear: none;
	float: none;
	font-variant: normal;
}
.underline {
	text-decoration: underline;
}
