a
{
  color: #330000;
  font-weight: bold;
}

a:hover
{
  color: #000066;
  text-decoration: underline;
}

.grass
{
  color: #CCCC99;
  font-weight: normal;
  text-decoration: none;
}

.grass:hover
{
  color: #CCCC99;
}

body
{
  background-color: #000000;
  margin: 0px;
}

div, td
{
  font-family: sans-serif;
  font-size: 10pt;
}

p, h5, ul
{
  margin-top: 0pt;
  margin-bottom: 12pt;
  text-align: justify;
}

table
{
  border-collapse: collapse;
}

td
{
  padding: 0px;
}

ul
{
  margin: 16px;
  padding: 0px;
  padding-left: 8px;
}

.heading
{
  color: #000000;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 10pt;
}
