body
{
  background: white;
}

p, ul
{
  font-family: sans-serif;
  font-size: small;
  color: black;
  width: 600px;
  margin-left: 5%;
  line-height: 1.5em;
}

a
{
  color: black;
  text-decoration: underline;
}

a:visited
{
  color: black;
  text-decoration: underline;
}

a:active
{
  color: black;
  text-decoration: underline;
}


h1, h2, h3
{
  text-align: center;
  width: 600px;
  margin-top: 1.5em;
  margin-left: 5%;
  color: RGB(193,0,31);
}
