/* Example style sheet file (note how this comment was created) */BODY	{background-image:url(marb109.jpg);  background-repeat:repeat; margin-top: 20}A:hover {color: red; font-weight: normal} A:link	{color: #0000CC}A:visited	{color: teal}H1	{font-weight: bold;	 text-align: left;	 color: #FFFF99; 	 font-family: 'Gill Sans', Arial, sans-serif}H2	{font-weight: bold;	 text-align: left;	 color: #FFFF99;	 font-family: 'Gill Sans', Arial, sans-serif}H3	{font-weight: normal;	 text-align: left;	 color: #FFFF99;	 font-family: 'Gill Sans', Arial, sans-serif}H4	{font-weight: normal;	 text-align: left;	 color: #FFFF99;	 font-family: 'Gill Sans', Arial, sans-serif}CITE	{font-family: 'Gill Sans', Arial, sans-serif;	 font-style: italic}