/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 18px;
	padding: 15px;
	list-style-type: circle;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #4D4D45;
}

.navigation{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #D9D7C5;
	text-decoration: none;
	background-color: #4D4D45;
	display: block;
	padding: 8px;
	width: 117px;
}


.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #D9D7C5;
	display: block;
	padding: 8px;
	width: 117px;
}
a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
