/* general style definitions (not layout specific, not theme/color specific) (persistent) */

a:link, a:visited {
  text-decoration:none;
  }
a:hover {
  text-decoration:underline;
  }

a img, map + img {
  border:none;
  }

