.htmle H1
{
  FONT-FAMILY: Verdana, Arial;
  FONT-SIZE: 20px;
  margin-top: 0px;
  margin-bottom: 8px;
}

.htmle H2
{
  FONT-FAMILY: Verdana, Arial;
  FONT-SIZE: 13px;
  margin-top: 0px;
  margin-bottom: 8px;
}

.htmle P
{
  xborder-top: 1px solid #000000;
  xborder-bottom: 1px solid #000000;
  margin-top: 12px;
  margin-bottom: 12px;
}

.htmle BIG
{
  font-size: 120%;
}

.htmle SMALL
{
  font-size: 90%;
}

.htmle UL
{
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 15px;
  list-style: square;
}

.htmle OL
{
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 15px;
}

.htmle A
{
  text-decoration: underline;
  color: #df9c3c;
}

.htmle A:hover
{
  text-decoration: underline;
}

