		BODY { background: #FFFEBB; 
			color: #000000 }
		
		P	{ text-align: left;
			color: #000000;
			background: #FFFEBB;
			font-weight: lighter;
			font-style: normal;
			font-family: "new york", garamond, times, serif }

		strong { font-weight: bold }
		
		dl, dt, dd { text-align: left;
			color: #000000;
			background: #FFFEBB;
			font-weight: lighter;
			font-style: normal;
			font-family: "new york", garamond, times, serif }

		dl.strong { font-weight: bold }
		dt.strong { font-weight: bold }
		dd.strong { font-weight: bold }
		
		tt { font-family: monaco,courier,monospace;
			font-size: small }

		H1 { font-family: Chicago, Arial, sans-serif;
			color: #000000;
			background: #FFFEBB;
			text-align: left }
		H3 { font-family: helvetica, Verdana, Arial, sans-serif }
		
		A:link { font-family: Helvetica, Geneva, Verdana, sans-serif;
			font-style: normal;
			color: #FF5050;
			background: #FFFEBB }
			
		A:active { font-family: Helvetica, Geneva, Verdana, sans-serif;
			font-style: normal;
			font-weight: lighter;
			color: #007722;
			background: #FFFEBB }
			
		A:visited { font-family: "new york", garamond, times, serif;
					font-style: normal;
					font-weight: lighter;
					color: #229022;
					background: #FFFEBB }

		A:hover	{ 	color: #FFFEBB;
					background: #229022 }

		DIV.left {
			float: left;
			margin-top: 15px;
			width: 228px }

		DIV.right {
			float: right;
			margin-top: 15px;
			width: 228px }
