/********************************************************
   print.css
   (C) Mangrove 2007
   Style properties for print
********************************************************/

body {
	font: 0.75em Tahoma, Verdana, Arial, sans-serif;
	color: #000;
	background: #fff;
}

h1, h2, h3, h4 {
	font-size: 1em;
	color: #4a8797;
}

a {
	color: #4a8797;		
	text-decoration: underline;
}

table {
	text-align: left;
}