/* Define background for body of page */
  body { 
  background-color:#fff;
  margin:0px; 
  padding:20px;
  font: normal 1em/150% Tahoma,Arial,sans-serif;
  }

/* Hide the following items */
  #sidebar_a, #sidebar_b. #footer {
    display:none;
    }

/* Heading styles */

  h1, h2, h3 {
  font-family:Tahoma,Verdana,sans-serif;
  font-weight:normal;
  line-height:135%
  color:#000;
  }

  h1 {
  font:strong 2.5em;
  }

  h2 {
  font:strong 1.5em;
  }

  h3 {
  font:strong 1.2em;
  }

  h4 {
  font: strong 1.5em;
  margin-top:0em;
  }

  h3 a:link, h3 a:visited {
  color:#000;
  text-decoration:none;
  }

/* Define paragraph styles */
  p {
  font: 0.9em/125% tahoma;
  text-indent: 20px;
  }

  p.regular {
  font: 0.9em/125% tahoma;
  text-indent:0px;
  }

  p.small {
  font: 0.7em/100% tahoma;
  text-indent:0px;
  margin-top:0em;
  }


/* Links black */
  a:link, a:visited, a:active {
  color:#000;
  text-decoration:none;
  }

/* Show URLS only inside container */
  #container a:after {
  content: " (" attr(href) ")";
  font-size:11pt;
  }