body {
color: #000 !important; /* we want everything in black */
background-color:#fff !important; /* on white background */
font-family:arial; /* arial is nice to read ;) */
border:0 !important; /* no borders thanks */
}
.print			{ 
			display:none
}
input			{ 
			display:none
}
table			{ 
			FONT-FAMILY: Verdana, Arial, Helvetica, Sans Serif; font-size: 12px;
			BORDER-RIGHT: black 0px solid; 
			BORDER-TOP: black 0px solid; 
			BORDER-LEFT: black 0px solid; 
			BORDER-BOTTOM: black 0px solid; 
			background: white;
}
* {
border:0 !important; /* again no borders on printouts */
}
li { 
			display:none
}
A {text-decoration: none;
}
