/* legal.css */


div#legal
{
  width: 932px;
  margin: 0 auto;
  padding: 40px 0;
  color: #fff;
  background-color: #000;
}
div#legal h1
{
  padding: 5px 0;
  font-family: arial;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-align: center;
}
div#legal h2
{
  padding: 10px 0 22px 0;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-align: center;
}
div#legal h3
{
  padding: 20px 30px 5px 30px;
  font-family: arial;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-align: left;
}
div#legal p
{
  padding: 5px 30px 10px 30px;
  font-family: arial;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-align: left;
}
.uln
{
  text-decoration: underline;
}
