
.bannerfont {font: italic bold 24pt Times New Roman; color: silver}
.bannerfontsmall {font: italic bold 12pt Times New Roman; color: silver}
.menufont {font: bold 8pt arial}
 
body {
  background: whitesmoke;
  color: black
}

:link {
  color: #006699;
  background: transparent;
TEXT-DECORATION: NONE;
}

:visited {
  color: green;
  background: transparent;
TEXT-DECORATION: NONE;
}

:active {
  color: #009999;
background: transparent;
TEXT-DECORATION: NONE;
 }

.nav {text-decoration: none;
	color: white;} 

a.nav:link {
  color: White;
  background: transparent;
}

a.nav:visited {
  color: White;
  background: transparent;
}

a.nav:active {
  color: white;
  background: transparent;
 }

a.snav:link {
  color: White;
  background: TRANSPARENT;
TEXT-DECORATION: UNDERLINE;
}

a.snav:visited {
  color: white;
  background: transparent;
TEXT-DECORATION: UNDERLINE;
}

a.snav:active {
  color: white;
  background: transparent;
TEXT-DECORATION: UNDERLINE;
}

