body, td, p, form, h1, h2, h3
{
	color: black;
	font-family: "Times New Roman", Times, serif;
	background-color : white;
}

/* print everything exept: */
.no_print, #navigation {display:none;} 

a	{
	text-decoration: none;
}

h1	{font-size:15pt;}
h2	{
	font-size:14pt;
	font-family: Arial, Helvetica, sans-serif;
}
h3	{font-size:12pt;}
h4	{font-size:11pt;}
