/* Example style sheet file (note how this comment was created) */

BODY	{background: #000000;
	 margin-top: 20}

A:text	{text-decoration: none}


{color: #66FFFF;
	 background: #66FFFF}

A:link	{text-decoration: none}


{color: #FFFFD8;
	 background: #FFFFD8}

A:visited	{text-decoration: none}


{color: #FFFFD8;
	 background: #FFFFD8}

A:active	{text-decoration: none}


{color: #FFFFD8;
	 background: #FFFFD8}

H1	{font-weight: bold;
	 text-align: center;
	 color: #006000;
	 background: #FFFFD8;
	 font-family: 'Gill Sans', Arial, sans-serif}

CITE	{font-family: 'Gill Sans', Arial, sans-serif;
	 font-style: italic}
