/*
 * core_p.css
 * CSS definitions for printable versions of ads.UKClimbing.com pages
 * (c) Nick Smith, 2007
 */

BODY {
  font-family: "Times New Roman", serif;
  margin: 0;
  min-width: 650px;
  }

A {
  color: #036;
  }

A:visited {
  color: #369;
  }

A:hover {
  color: #c00;
  text-decoration: underline;
  }
  
#header {
  display: none;
  }

#lhsbar {
  display: none;
  }

#lhsnone {
  display: none;
  }

#content {
  font-size: 11pt;
  }

#content H1 {
  font-size: 16pt;
  }

#content H2 {
  font-size: 16pt;
  margin-top: 10pt;
  margin-bottom: 3pt;
  }

#content H3 {
  font-size: 15pt;
}

#footer {
  font-size: 9pt;
  }

.small {
  font-size: 9pt;
  }

HR {
  margin: 4pt 0 4pt 0;
  }  
  
.screen {
  display: none !important;
  }
