body {
	font-family: arial;
	font-size: 11pt;
	font-style: normal;
	line-height: 124%;
	color: #ffffcc;
	margin-right: 20px;
	margin-bottom: 14px;
	margin-left: 20px;
	}
	
h1 { /* Punctuation Title */
	font-family: arial;
	font-size: 14pt;
	font-style: normal;
	line-height: 124%;
	color: #DAA853;
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: bold;
	}
	
h2 {
	font-family: arial;
	font-size: 12pt;
	font-style: normal;
	line-height: 124%;
	color:  #DAA853;
	margin-top: 15px;
	margin-bottom: 4px;
	font-weight: bold;
	}
	
h3 {
	font-family: arial;
	font-size: 12pt;
	font-style: normal;
	/* [disabled]line-height: 124%; */
	color:  #FFFFcc;
	/* [disabled]margin-top: 15px; */
	/* [disabled]margin-bottom: 4px; */
	font-weight: bold;
	}
	
		
a:link {
	color: #DAA853;
	text-decoration: none;
}

a2:link {
	color: #341D0F;
	text-decoration: none;
}

a:visited {
	color: #DAA853;
	text-decoration: none;
} 
a:hover {
	text-decoration: underline;
}

	
.footer {	font-family: arial, "Times New Roman", Times, serif;
	font-size: 9pt;
	text-align: center;
	color: #333333;
}

