body, p, div, tr, td {
  font: 11px/17px Verdana, sans-serif;
  color: #333; 
}

a:link, a:visited {
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

/* sub navigation links */

.subnav {
  font: 9px/13px Verdana, sans-serif;
}

a.subnav:link, a.footer:visited {
  font: 9px/13px Verdana, sans-serif;
  text-decoration: none;
}

a.subnav:hover, a.footer:active {
  font: 9px/13px Verdana, sans-serif;
  text-decoration: underline;
}


/* footer and page info*/

.footer {
  color: #666;
  font-size:11px;
}

a.footer:link, a.footer:visited {
  font: 9px/13px Verdana, sans-serif;
  color: #666;
  text-decoration: none;
}

a.footer:hover, a.footer:active {
  font: 9px/13px Verdana, sans-serif;
  color: #000;
  background-color: #fff; 
  text-decoration: none;
}

.largetext {
  font: 11px/15px Verdana, sans-serif;
  font-weight: bold;
  color: #070;
  }
