/* print styles */
BODY {font-family: "MS Serif", "New York", serif; 
color: green; 
background: white; 
font-size: 8pt; 
float: none; 
margin: 0 5%; 
width: auto; 
}

P {
font-size: 10pt;
color: black;
}

A:link, A:visited {background: white; 
color: black; 
text-decoration: underline; 
font-weight: bold;
}

H1, H2 {background: white; 
color: black; 
padding-bottom: 1px; 
border-bottom: 4px solid gray; 
font-size: 14pt;
}

H4, H5 {background: white; 
color: blue; 
font-size: 12pt;
}

H6 {background: white; 
color: Black; 
font-size: 9pt;
float: none; 
margin: 0 5%; 
width: auto;
 margin-bottom : 1em;
 }

i { color : gray; }

.title {background: white; 
color: black; 
padding-bottom: 8px; 
border-bottom: 2px solid gray; 
font-size: 16pt;
}

.subtitle {background: white; 
color: Gray; 
padding-bottom: 1px; 
border-bottom: 1px dotted gray; 
font-size: 14pt;
 margin-bottom : 2em;
}

.leftcolumn {
	display: none;
}
.bottomrow {
	display: none;
}

.menutable {
	display: none;
}

.pixie {
	display: none;
}