/* CSS Document */
body {
background-color: #00ff99;
background-image: none;
font-family: arial, verdana, 'sans serif'; 
}
a:link {
}
a:visited {
}
img {
border: 0px;
}and this is my print.css file:body {
background-color: White;
background-image: none;
font-family: arial, verdana, 'sans serif'; 
}
a:link {
color: black;
}
a:visited {
color: black;
}
img {
border: 0px;
}