/* CSS Document */

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993300;
	display: block;
	padding: 4px;
	width: 140px;
}

.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D03D03;
	display: block;
	padding: 4px;
	width: 140px;
}

.currentpagelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: blink;
	background-color: #FFCC33;
	display: block;
	padding: 4px;
	width: 140px;
}

.underline {
	font-style: italic;
	font-weight: lighter;
	text-decoration: underline;
	display: compact;
 }
