/* dont show the followed elements in print version */

/* no bg-image and set font-color to black */
body{
	background:none #fff;
	color:#000;
}
/* link color is black and are underlined */
a { 
	color:#000; 
	text-decoration:underline;
}
/* set other link color to black */
p,td,li,h1,h2,h3,h4,h5,h6 {
	color:#000;
}


/* hide uninterested elements */

div#area_top,
div#area_footer {
	display:none;
}

/* ul have background images - in print mode, show default bullet points */
ul {
  list-style-image:none !important;
  list-style-type:disc;
  margin-left:20px !important;
}ul li{
  background-image:none !important;
  padding-left:0px !important;
  background-color:#ff0;
}