	h1, h2, h3, h4, h5, h6 {
		font-family: "Optima", Arial;
		font-weight: normal;
		margin: 0px;
		text-align: left;
     	}
		
	h1 {/* section headings */
		/* border-bottom: 1px solid #909090; */
		color: #2a2a2a;
		font: 15px "Optima", Arial;
		font-size: 125%;
		font-weight: normal;
		line-height: 125%;
		padding: 12px 0px 6px 0px;
		}
		
	h2 {/* info headings */
		color: #101010;
		font-size: 100%;
		font-weight: normal;
		font-style: normal;
		line-height: 100%;
		padding: 4px 0px 0px 0px;
		}
		
	h3 {/* info text */
		font-size: 100%;
		line-height: 125%;
		padding: 0px 0px 0px 0px;
		}
		
	h4 {/* sub headings */
		color: #505050;
		font-size: 95%;
 		font-variant: normal;
 		padding: 2px 0px 2px 0px;
 		text-align: left;
		}
		
	h5 {/* body */
		font-size: 75%;
		font-variant: normal;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 1.4em;
 		padding: 0px 0px 0px 0px;
 		text-align: left;
 		word-spacing: normal;
		}
		
	h6 {/* footer */
		color: #202020;
		font-size: 90%;
 		font-variant: normal;
 		padding: 24px 0px 2px 0px;
 		text-align: left;
		}

	a	{
		color: #101010; 
		font-weight: normal;
		text-decoration: none;
		}

	a:hover	{
		color: #bababa; /* #DD3636; */
		font-weight: normal;
		text-decoration: none;
		}
		
	.reverse {
		color: #d0d0d0;
		}
		

