/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	padding: 5px;
	border-bottom: 0px;
	list-style-type: disc;
	list-style-position: inside;
}

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

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

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