BODY
{
  background-color: #000000;
  font-family: Verdana, sans-serif;
}

LI
{ 
  list-style-type: square;
}

A:link
{
  color: #FFFFFF;
  text-decoration: none;

}

A:visited
{
  color: #FFFFFF;
  text-decoration: none;

}

A:hover
{
  color: #FFFFFF;
  text-decoration: none;

}

A:active
{
  color: #FFFFFF;
  text-decoration: none;

}

H1
{
  font-size: 13px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: justify;
  background-color: #000000;
  line-height:1.4em;
  text-indent: 50px;
}

H2
{
  font-size: 13px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  line-height:1.4em;
}

H3
{
  font-size: 13px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: justify;
  background-color: #000000;
  line-height:1.4em;
}

H5
{
  font-size: 11px;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #000000;
}

H6
{
  font-size: 11px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  line-height:1.4em;
}

HR
{
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  height: 1px;
  width: 100%;
}