/* Print Styles */
@media print {
body { background-color: white; color: #333; font-family: helvetica, serif; font-size: 12pt; }
h1, h2, h3, h4, h5, h6, a { color: #666; text-decoration: none; }
ul, li { list-style-type: none; }
.first { font-weight: normal; }
#logo,#footer, ul#nav-global, #admin { display: none; }
}
