.navsection
{
	font-weight: bold;
	font-size: x-small;
	font-family: Arial, Sans-Serif;
	background-color: paleturquoise;
}
.navitem
{
	font-size: xx-small;
	font-family: Arial, Sans-Serif;
	background-color: lightcyan;
}
.navitemactive
{
	border-right: silver thin solid;
	border-top: silver thin solid;
	font-weight: bold;
	font-size: xx-small;
	border-left: silver thin solid;
	border-bottom: silver thin solid;
	font-family: Arial, Sans-Serif;
	background-color: powderblue;
}
TABLE.nav
{
	background-color: lightcyan;
}
A.nav
{
	color: black;
	text-decoration: none;
}
A.nav:hover
{
	color: blue;
}
