body { 
  color : #000000; 
  background : #FFFFFF;
}
a {
  text-decoration : underline; 
  color : #000000; 
}
.screenOnly {
   display: none;
}

/* remove float, reset margin and position plus change width to auto
   to fix stylesheet's bug  */
* {
	float: none !important;
	margin-top: 2px !important;
	margin-bottom: 2px !important;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

* html div {
	width: auto !important;
/*	position: static !important; */
}

.printOnly {
	display:block !important;
}

.printfix1 {
	float:left !important;
}