/* CSS Document */

p{
font-family: Verdana, sans-serif
font-size: 11px;
color:#003366;
line-height: 18px;
padding: 3px;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #0000CD;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding:11px;
	width: 150px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF4500;
	text-decoration: none;
	background-color: #87CEFA;
	display: block;
	padding: 11px;
	width: 150px;
}

