/*
This is the printstyle.css file where all h's have font-size of 1.1em and are All BLACK
whereas in the screenstyle.cssh1, h2, and h3 has font-sizes of 1.35em, 1.25em and 1.12em;
dO A print preview AND NOTICE THE DIFFERENCE. 
*/


h1
{
font-family: Verdana, Arial, "sans-serif"; font-weight: bold; font-size: 1.1em; 
color: black;
}
h2
{
font-family: Verdana, Arial, "sans-serif"; font-weight: bold; font-size: 1.1em; color:black;
}

h3
{
font-family: Verdana, Arial, "sans-serif"; font-weight: bold; font-size: 1.1em; 
color: black;
}