/* CSS Document */

p {
font-family : Verdana, sans serif;
font-size : 18px;
line-height : 18px;
padding : 3px;
}

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

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
	background-color: #ffffff;
	display: block;
	padding: 8px;
	color: #0000FF;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #00FF00;
	text-decoration: none;
	background-color: #ffffff;
	display: block;
	padding: 8px;
	color: #000066;
}

