/* CSS Document */

p{
font-family: Verdana, snas-serif;
font-size: 12px;
color: #FFFFFF;
line-height: 18px;
padding: 3px;
}

.bold {
	font-family: Veranda, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.navigation {
	font-family: Veranda, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 4px;
	width: 130px;
}

.navigation:hover {
	font-family: Veranda, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #666666;
	display: block;
	padding: 4px;
	width: 130px;
}

.background {
	background-color: #880F2E;
}

.block {
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	white-space: normal;
}
