html { font-size: 100%; }
body {
  font-size: 1em;
  font-family: Arial, Helvetica, Sans-Serif;
  height: 100%;
  width: 100%;
  margin: 0;
}
a {
  color: #315d98;
  text-decoration: none;
}
a:visited { color: #315d98; }
a:hover { text-decoration: underline; }
#instance {
  color: Gray;
  font-size: 1em;
  font-style: italic;
}
#description { font-size: .9em; }

