body
{
  background-color: white;
}

p,ul, table

{
  font-family: serif;
  font-size: small;
  color: black;
  line-height: 1.5em;
  margin-left: 200px;
  margin-right: 5em;
}

td
{
  border-style: dotted;
  border-width: 1px;
}

tr.final
{
  background: RGB(247,143,30);
}

li
{
  margin-bottom: 1em;
}

a
{
  color: RGB(247,143,30);
  text-decoration: none;
}

a:visited
{
  color: RGB(247,143,30);
  text-decoration: none;
}

a:active
{
  color: RGB(247,143,30);
  text-decoration: none;
}

h1
{
  font-size: xx-large;
  color: RGB(247,143,30);
  margin-bottom: 0em;
}

h2
{
  font-size: x-large;
}

h3
{
  font-size: large;
}

h1,h2,h3
{
  margin-left: 200px;
  margin-top: 1.5em;
  color: RGB(247,143,30);
}