/* handheld.css - style properties for handheld, (C) Mangrove 2008 */

body {
	font: 0.8em Arial, Helvetica, Verdana, sans-serif;
	color: #444;
	background: #fff;
}

h1 {
	font-size: 1.2em;
	color: #15af0d;
}

h1 a {
	text-decoration: none;
}

h2, h3, h4 {
	color: #000;
	font-size: 1em;
}

a {
	color: #15af0d;
	text-decoration: underline;
}

img {
	display: none;
}	
	
table {
	text-align: left;
}