@charset "utf-8";
/* CSS Document */

The print.css Style Sheet

The print.css style sheet would look like this:
body {font-size: 12pt;
font-family: Arial;
color:#000000; }
div, ul, p, h1, h2, h3, h4,h6, img{
	padding:0; margin:0;
	}
a {
  text-decoration : underline;
  color:#06F;
}
#menu li a {font-family:Tahoma, Geneva, sans-serif; color:#000;}



