/* Example style sheet file (note how this comment was created) */

BODY	{background: white;         
	 font-family: Arial, Helvetica
	 margin-top: 20}

A:link    { color: black }      /* unvisited links */
A:visited { color: black }     /* visited links */
A:active  { color: black }   /* active links */

P    { font: 10pt Arial; text-indent: 0in }

