/*
This is the screenstyle.css file when h1, h2, and h3 has font-sizes of 1.35em, 1.22em and 1.12em as opposed to the printstyle.css where all h's have font-size of 1.2em.
*/

h1
{
font-family: Verdana, Arial, "sans-serif"; font-weight: bold; font-size: 1.25em; 
color: green;
}
h2
{
font-family: Verdana, Arial, "sans-serif"; font-weight: bold; font-size: 1.16em; color: purple;
}
h3
{
font-family: Verdana, Arial, "sans-serif"; font-weight: bold; font-size: 1.12em; 
color: gray;
}