table.about
{
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
  width: 100%;
}

td.about
{
  font-weight: none;
  font-family: Arial;
  color: #333333;
  text-align: left;
  vertical-align: top;
  padding: 10px 0;
}

.about h1
{
  color: #EB4217;
  font-size: 15px;
}

.about p
{
  font-size: 13px;
  padding: 0 0 0 15px;
}

.about ul
{
  list-style-type: square;
  font-size: 13px;
}

.about p span
{
  font-weight: bold;
}

.about p a, .about p a:hover
{
  font-weight: bold;
}