/** * Stylesheet for Envoy * * @media	print * @copyright	Netlash <http://www.netlash.com> * @author	Dirk Sabbe <dirk@netlash.com> * @author	name <johan@netlash.com> */ /** * = Primary selectors * ---------------------------------------------------------- */  /* the following declaration resets every background to white, every text color to black and removes all borders */  * {  background-color: white !important;  background-image: none !important;  border: none !important;  color: #000 !important;  }  /* place the divs and elements you want to hide here */ #language,#navigation,#header,#shadowbottom,#footer { 	display: none;}html, body, form, div, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dt, dd, address, input, textarea, th, td {	margin: 0;	padding: 0;}body {    margin: 2cm;    font-family: Arial, sans-serif;    font-size: 12px;	color: #000; !important 	background: #FFF;	border: none;}p {	padding: 5px 0;}h1 {	font-size: 28px;	padding: 5px 0;}h2 {	font-size: 18px;	padding: 5px 0;}h3 {	font-size: 16px;	padding: 4px 0;}h4 {	font-size: 15px;	padding: 4px 0;}h5 {	font-size: 14px;	font-weight: bold;	padding: 4px 0;}h6 {	font-size: 12px;	font-weight: bold;	padding: 4px 0;}ul {	padding: 0 0 0 30px;}blockquote {	padding-left: 30px;	font-style: italic;}a:link, a:visited {    color: gray;}