
.bannerfont {font: italic bold 30pt Times New Roman; color: silver;}
.bannerfontsmall {font: italic bold 16pt Times New Roman; color: silver;}
.menufont {font: bold 14pt arial;}
 
body {
  background: whitesmoke;
  color: black;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -moz-box-shadow: -1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: -1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: -1px 2px 4px rgba(0, 0, 0, .5);
}

: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;
}
