body {
  background-color: white;
  color: black;
  font-family: helvetica, arial, sans-serif;
  font-size: small;
}

a:link, a:visited, a:active {
  text-decoration: underline;
  color: rgb(59, 89, 152);
}

a:hover {
  text-decoration: none;
  color: rgb(59, 89, 152);
}

h1, h2 {
  padding: 0;
  margin: 0;
  border: 0;
}

h1 {
}

h2 {
}

p {
  margin: 0;
  margin-bottom: 1em;
}

img {
  border-style: solid;
}

#sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 25em;
}

#graph {
  margin-left: 25em;
}

