/* CSS Document */

@media print{

BODY { 
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding: 0px, 0px, 0px, 0px;   
}

body:before
{
  content: "Leafield Community Woodland";
  display: block;
  margin-bottom: 1em;
  font-size: larger;
  font-weight: 900;
  font-family: Times New Roman, serif;
  text-align: center;
}

body:after
{
  content: "Copyright 2006, Leafield Woodlands Ltd";
  display: block;
  margin: 2em 2em 2em 2em;
  font-size: smaller;
  font-weight: normal;
  font-family: Times New Roman, serif;
  text-align: right;
}

H1 { 
padding: 0px 0px 0px 0px; 
font-weight: 900;
font-family: Times New Roman, serif;
text-align: center;
}


H2 { 
padding: 0px 0px 0px 0px;  
font-weight: 700;
font-family: Times New Roman, serif;
text-align: center; 
}

H3 { 
padding: 0px 0px 0px 0px; 
font-weight: 600;
font-style: bold;
font-family: Times New Roman, serif;
}

H4 { 
padding: 0px 0px 0px 0px; 
font-weight: 600;
text-decoration: underline;
font-family: Times New Roman, serif;
}

P {
padding: 0px 0px 0px 0px; 
font-family: Times New Roman, serif;
font-weight: 600;
}

P.bodytext {
padding: 0px 0px 0px 0px; 
font-family: Times New Roman, serif;
font-weight: 600;
}

A {
padding: 0px 0px 0px 0px;
font-family: Times New Roman, serif;
font-weight: 600;
color:#0000ff; 
}

A:link {
color:#0000ff; 
}

A:visited {
color:#0000ff;
}

A:hover {
color:#0000ff;
}

A:active {
color:#0000ff;
}

IMG.style{
display:none;
}

div.fixed, div.nav, div.index
{
display:none; 
}

div.scroll{
z-index: 1;
background: transparant;
height: auto;
}


} /*close @media print*/
