/* Example style sheet file (note how this comment was created) */

BODY	{background: #ffffff;
	 margin-top: 0;
	 font-family: 'Gill Sans', Arial, San-Serif;
	 font-size: 12px;
	 color: 000000;
	 margin-top: 20}

td		 {
		 font-family: 'Gill Sans', Arial, San-Serif;
		 font-size: 12px;
		 color: 000000;}

A	{color: 000000;
	 text-decoration: none;
	 font-face: arial;
	 font-size:12px;}

a.small	{color: 660099;
	 text-decoration: none;
	 font-face: arial;
	 font-size:12px;}

A:visited	{color: 000000;
	 text-decoration: none;
	 font-face: arial;
	 font-size:12px;}
	 
A:active	{color: 000000;
	 text-decoration: none;
	 font-face: arial;
	 font-size:12px;} 

A:hover	{color: 000000;
	 font-face:arial;
	 font-size:12px;}

H1	{font-weight: bold;
	 color: 000000;
	 font-family: 'Arial', , Times;
	 font-size: 15;}

td.small {font-family: 'Arial', san-serif;
		color: black;
		font-size: 11;
		}




