
body {
	font: 0.85em Verdana, Arial, sans-serif;
}

small, sub, sup {
	font-size: 0.7em
}

h1, h2, h3, h4 {
	text-align: left;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
}
h1 { font-size: 1.3em }
h2 { font-size: 1.2em }
h3 { font-size: 1.1em }
h4 { font-size: 1.0em }

a {
	color: #f60;
}

img {
	border: 0;
}

/**
 * unvisible for all but print 
 */
.printout { 
	display: none;
	color:  white;
}

/**
 * unvisible for all
 */ 
.neverVisible {
	display: none;
}