/****************************
   print.css
   (C) Mangrove 2008
   Print style properties
*****************************/

body {
	font: 0.8em Arial, Verdana, sans-serif;
	color: #013220;
	background: #fff;
}

h1 {
	color: #013220;
	font-size: 1.2em;
}

h2, h3, h4, h5, h6 {
	font-size: 1em;
}

a {
	color: #013220;
	text-decoration: underline;
}

img {
	border: 0;
}	
	
table {
	text-align: left;
}

div#header ul, div#content_secondary, div#footer {
	display: none;
}