/* print styles */
BODY {font-family: "Times New Roman", Times, 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, H3 {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; }

.leftcolumn {
	display: none;
}
.bottomrow {
	display: none;
}
