body {
  font: 0.90em Arial, sans-serif;
  line-height: 1.5em;
  background-color: #F9F9F9;	High contrast with blue links
/*  background-color: #EFF7FF;	Light blue - I'm not sure why, though */
}

/* unvisited link */
a:link {
  color: #0000FF;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #0000FF;
  text-decoration: none;
}

/* a link under the mouse */
a:hover {
    text-decoration: underline;
}
a>img:hover {
    outline-style: solid;
}
