/* Print Style Sheet */
@media print {
body { background:green; color:black; margin:0 }
}