/* CSS Document for Otley Poets Print */
html {
margin: 0px; padding: 0px; border-style: none;
}
.suma {
background-color: #000000;
color: #ffffff;
 }
.meat {
border-style: none;
  padding: 5%;
margin:50px;
  vertical-align: top;
  width: 400px;
  height: 100%;

}
.ltpanel {
width: 15%; height: 100%;
background-color: black;
color: #ffffff;
   text-align: left; 
   font-family: "BernardFashion BT", "Baskerville Old Face", "Black Chancery", "BookmanITC Lt BT", "Bookman Old Style", sans-serif;
font-size: 85%;
font-weight: normal;
border-style: none;
  padding: 2%;
margin:10px;
}

.middlepanel {
border-style: none;
  padding: 0%;
margin: 0px;
     color: #ffffff;
  background-color: #5494D4;
  height: 100%;
  vertical-align: top;
  width: 66%;
  text-align: left; 
   font-family: "BernardFashion BT", "Baskerville Old Face", "Black Chancery", "BookmanITC Lt BT", "Bookman Old Style", sans-serif;
font-size: 100%;
font-weight: normal;
 }

.rtpanel {
width: 15%; height: 100%;
background-color: #000000;
color: #ffffff;
   text-align: left; 
   font-family: "BernardFashion BT", "Baskerville Old Face", "Black Chancery", "BookmanITC Lt BT", "Bookman Old Style", sans-serif;
font-size: 125%;
font-weight: normal;
border-style: none;
  padding: 5%;
 margin:10px;
}
.headmast {
width: 100%;
text-align: center;
border-style: none;
border-color: #000000;
background-color: transparent;
color: #ffffff;
  padding: 0%;
}



/*
.headmast {
width: 50%;
margin-left: 25%;
margin-right: 25%;
margin-bottom: 60px;
}
.ltpanel {
 float: left; width: 10%;
}
.leftpanel {
 float: left; width: 37%;
 padding: 10px;
  }
.middlepanel {
  float: left; 
  width: 1%;
 }
.rightpanel {
 float: left; width: 237;
  padding: 10px;
 }
.rtpanel {
 float: left; width: 9%;
}
#article {
color: maroon;
background-color: silver;
}
.credits {
font-size: 0.6em;
font-variant: small-caps;
font-weight: normal;
color: silver;
background-color: transparent;
}
ul {
list-style-type: square;
}
 p, li, h1, h2, h3 {
 font-family: times, "times new roman", Georgia, serif;
 background-color: #ffffff;
 color: #000000;
  }
a:link {
color: #0000ff;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: #0000ff;
background-color: transparent;
text-decoration: underline;
}
a:visited {
color: #0000ff;
background-color: transparent;
text-decoration:  underline;
}
img {
display: none
}


		
Print stylesheet can include all of the above, but must meet the following criteria:

        * font-family property using serif fonts (Times, "Times New Roman", Georgia)
        * background-color properties should be white [#ffffff or rgb(255,255,255)]
        * color properties should be black [#000000 or rgb(0,0,0)]
        * Links (all states) should be blue [#0000FF or rgb(0,0,255)] with text-decoration
        * Something on the print version should not display (display: none;). For example, you might want to not print an image, or a specific class or id selectors.


Validate the CSS for the documents. No errors or warnings please. :)

*/
