body
{
  background: transparent;
  font-family: "Trebuchet MS", "Tahoma", "Verdana";
  font-size: 12pt;
  color: #D0D0D0;
  overflow-x: hidden;
}

h1, h2, h3
{
  text-transform: capitalize;
  font-variant: small-caps;
  margin-left: 5px;
  font-style: italic;
  margin-bottom: 0px;
  color: skyblue;
}

p
{
  margin-top: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

h1
{
  font-size: 14pt;
}

h2
{
  font-size: 14pt;
}

h3
{
  font-size: 12pt;
}

li
{
  list-style: none;
  padding-top: 2px;
}

li li, ul.square li
{
  list-style: square;
}

li em
{
  color: red;
  font-weight: bold;
}

p em
{
  font-style: italic;
  font-weight: bold;
}

a
{
  color: skyblue;
}

