/* CSS Document */

p{
	font-family: Papyrus;
	font-size: 18px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	overflow: hidden;
}
.bold {
	font-family: Papyrus;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 10px;
	width: 250px;
	text-align: left;
	color: #CACFCB;
}
