body							
	{
	margin-top: 0px;				/* no margins */
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: helvetica, arial, sans-serif;	/* mid-weight sans-serif fonts */
	}
h1				
	{						
	font-size: 14pt;
	font-weight: 300;
	}
h2
	{
	font-size: 10pt;
	font-weight: 100;
	text-align: right;				/* right align sub-headings */
	{
p
	{
	font-size: 12pt;
	font-weight: 200;
	}
a							/* turn off underlined links */
	{
	text-decoration=none;
	}