body	{
	font-family:	times, "times new roman", serif;
	color:	#000;
	background:	#FFF;
	}
div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family:	 times, "times new roman", serif;
    }
a:link	{
	color:	#009;
	background-color:	transparent;
	}
a:visited	{
	color:	#639;
	background-color:	transparent;
	}
a:active	{
	color:	#F00;
	background-color:	transparent;
	}
h1	{
	font-size:	20px;
	}
h2	{
	font-size:	14px;
	}
h3	{
	font-size:	12px;
	}
h1, h2, h3	{
	font-family:	helvetica, arial, sans-serif;
	font-weight:	bold;
	background-color:	transparent;
	}
