﻿
/* Print Style Sheet */
@media print {
body { background:white; color:black; margin:0 }
}


/* Print Style Sheet */
@media print {
body { background:#000066;; color:black; margin:0 }
#header { }
#content { }
#comments { }
#sidebar { }
#footer { }
}