/* CSS Document */
body { font-family: 'Lucida Grande', Lucida, 'Lucida Sans Unicode', 'Bitstream Vera Sans', Verdana, Arial, Helvetica, Sans-Serif;
   font-size: 14px;
 }

A:link {
  color: #005d94;
  text-decoration: underline;
}
A:visited {
  color: #005d94;
  text-decoration: underline;
}
A:hover {
  color: #00a8ff;
  text-decoration: none;
}
A:active {
  color: #000000;
  text-decoration: underline;
}
.lucida {
  font-family: 'Lucida Grande', Lucida, 'Lucida Sans Unicode', 'Bitstream Vera Sans', Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  color: #000000;
}
.schedule {
  font-family: 'Lucida Grande', Lucida, 'Lucida Sans Unicode', 'Bitstream Vera Sans', Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  color: #000000;
}
.lucidanav {
  font-family: 'Lucida Grande', Lucida, 'Lucida Sans Unicode', 'Bitstream Vera Sans', Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-weight: normal;
  
  color: #000000;
}
.lucidaheader {
  font-family: 'Lucida Grande', Lucida, 'Lucida Sans Unicode', 'Bitstream Vera Sans', Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-weight: bold;
  color: #005c8b;
}
A.nav:link {
  color: #005d94;
  text-decoration: underline;
  padding: 3 3 3 3;
}
A.nav:visited {
  color: #005d94;
  text-decoration: underline;
  padding: 3 3 3 3;
}
A.nav:hover {

  color: #f38900;
  text-decoration: none;
  padding: 3 3 3 3;
  
}
A.nav:active {
  color: #000000;
  text-decoration: underline;
  padding: 3 3 3 3;
}
