/****************************************************************
/* name:    print.css                                           *
/* version: 2.0                                                 *
/* author:  Rob Kirton                                          *
/***************************************************************/

body		{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1em;}
h1			{font-size:110%; color:#3571A2;}
h2			{font-size:100%;}
h3			{font-size:90%;}
h1 a		{color:#000; line-height:300%;}
li, p		{font-size:80%; margin:0.5em 0 0 0; line-height:150%;}
p a			{color:#3571A2;}
p b			{font-size:1.2em;}						/* Only here because of misuse of HTML, used instead of <H2> */
p strong	{font-size:1.2em;}						/* included to overcome inconsistent use (see p b) */
img			{border:none;}
img#logo	{margin-left:10px; margin-bottom:-110px;}
.doNotPrint {display:none;}

