a
{
  color: blue;
}

a:hover
{
}


.navsel
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
.navsel:hover
{
	color: black;
}

.nav
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: black;
    text-decoration: none;
}
.nav:hover
{
	text-decoration: underline;
}
