body {
	background-color: #90959A;
}
h4 {
	color: #A72D46;
	font-size: 14px;
}
a:link {
	color: #2071A6;
	font-weight: bold;
}
a:visited {
	color: #2071A6;
	font-weight: bold;
}
a:hover {
	color: #A72D46;
	font-weight: bold;
}
.copy {
	color: #FFFFFF;
}

a:active {
	color: #2071A6;
	font-weight: bold;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.titles a:link {
	color: #A72D46;
	font-weight: bold;
	text-decoration: none;
	
}
.titles a:visited {
	color: #A72D46;
	font-weight: bold;
	text-decoration: none;
}
.titles a:hover {
	color: #A72D46;
	font-weight: bold;
	text-decoration: underline;
}
.titles a:active {
	color: #A72D46;
	font-weight: bold;
	text-decoration: none;
}
.dropcap {
float:left;
color:#83B6D7;
font-size:100px;
line-height:70px;
padding-top:2px;
font-family: Times, serif, Georgia;
}