/********************************************************
   print.css
   (C) Mangrove 2008
   Style properties for print
********************************************************/

body {
	font: 0.8em Arial, Verdana, sans-serif;
	color: #212121;
	background: #fff;
}

h1 {
	color: #e73a82;
	font-size: 1.2em;
}

h2 {
	color: #00acef;
	font-size: 1.1em;
}

h3 {
	color: #00acef;
	font-size: 1em;
}

h4 {
	color: #00acef;
	font-size: 0.9em;
}

a {
	color: #00acef;
	text-decoration: underline;
}

img {
	border: 0;
}	
	
table {
	text-align: left;
}

div#header p a, div#menu, div#submenu {
	display: none;
}
