.copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	text-transform: capitalize;
}

a {
	text-decoration: none;
	
	
	}


a:link {
	color: #BB2B10;
	}

a:visited {
	color: #BB2B10;
	}

a:active {
	color: F9F6EE;
	}

a:hover {
	color: #F4917A;
	text-decoration: underline;
	}
