BODY {
  font-family: narrow,helvetica,sans-serif
}

/* styles for nav bar */

A.nav {
  font-family: arial narrow, arial,helvetica,sans-serif;
  font-size: 140%;
}

A.nav:link    {	/* Nav link - unvisited */
  text-decoration: none;
  color: black;
}

A.nav:visited {	/* Nav link - visited   */
  text-decoration: none;
  color: black;
}

A.nav:hover   {	/* Nav link - hover     */
  text-decoration: none;
  color: white;
}

TD.current  {	/* Nav link -  style for current page */
  font-family: arial narrow, arial,helvetica,sans-serif;
  font-size: 140%;
  text-decoration: underline;
}


/* Stuff for results page */

TD.results  {	/* reduce size for two columns */
  font-family: arial narrow, arial,helvetica,sans-serif;
  font-size: 80%;
}

TD.results P:first-line {
  font-weight : bold
}

/* links in general */

A:link    {	/* unvisited links */
  text-decoration: none;
  color: blue;
}

A:visited {	/* visited links   */
  text-decoration: none;
  color: purple;
}

A:hover   {	/* user hovers     */
  text-decoration: underline;
  color: blue;
}

.green	{
  color: limegreen;
}