/* Print Style Sheet for Owl Cafe */

@media print {
body { background:white; color:#024718; margin:20pt; font-family:Trebuchet MS, Arial, Helvetica, sans-serif }
#sidebar { display:none }
#content { display:block; font-size:12pt }
h1 { font-size: 13pt; color: #ff6600; }
a { color:#024718; text-decoration: none; }
#footer { font-weight: bold; }
}