@charset "utf-8";

body {
  font-family: "Trebuchet MS";
  font-size: 15px;
  line-height: 1.5em;
  color: #000000;
  background-color: #b0b0b0;
}

a:link,
a:visited {
  color: blue;
  text-decoration: underline;
}

a:hover,
a:active {
  text-decoration: none;
  color: cornflowerblue;
}

h2 {
  color: darkblue;
  line-height: 0;
  margin-top: 1.5em;
  margin-bottom: 0;
}

strong {
  color: blue;
}
