body
{
  background-color: black;
  color: gray;
  font-family: 'Trebuchet MS';
  font-size: 11pt;
}

h1
{
  font-size: 16pt;
  margin-bottom: 0;
  padding-bottom: 0;
  color: rgb(180,180,180);
  border-bottom: 1px solid rgb(82,108,133);
}

h2
{
  font-size: 13pt;
  margin-bottom: 0;
  padding-bottom: 0;
  color: rgb(180,180,180);
  font-weight: 800;
}

p
{
  margin-top: 0;
  padding-top: 0;
}

img
{
  border: none;
}

a
{
  color: rgb(161, 61, 5);
}

