/* CSS Document */

p {
font family: aerial;
font size: 9px;
font color: #FFFFFF;
line height: 11px;
padding: 0px;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 7px;
	width: 100px;
	background-color: #660000;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #6633CC;
	text-decoration: none;
	display: block;
	padding: 7px;
	width: 100px;
	background-color: #660000;
}