/*
This is the print media style-sheet for The Docent News, an on-line newsletter for 
the docents and supporters of The Nature Conservancy's Tallgrass Prairie Preserve.
*/


/*
Widows and orphans control
*/
h2, h3 {
   orphans: 0;
}


/*
Define the print style
*/
p, ul, ol {
   font-family: "Times New Roman", "TimesNR", serif;
   font-size: 12pt;
   line-height: 1.5em;
}


