
html, body
  {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    color: #888;
  }
h1, h2, h3, h4, p {  
   /* background: #eee;*/
  }
h1, h2
  {
    padding-bottom: 6px;
    margin: 24px 0 12px 0;
    font-size: 20px;
    line-height: 28px;
    color: #f27008;
  }
h1
  {
    font-family: Georgia, Times New Roman, serif;
    border-bottom: solid 1px #bdbdbd;
  }
h2
  {
    margin-bottom: 3px;
    font-family: Tahoma, sans-serif;
    font-size: 17px;
  }

h3, h4
  {
    margin: 18px 0 4px 0;
    font-size: 16px;
    font-weight: bold;
    color: #6f7174;
  }
h4
  {
    font-size: 14px;
  }
a:link, a:visited
  {
    color: #f27008;
    text-decoration: none;
  }
a:hover
  {
    color: #f27008;
    text-decoration: underline;
  }
p
  {
    margin: 0px 0 12px 0;
  }
  

