.pink {
	border: 1px solid #C7A4C2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #67475F;
	background-color: #FFF3FC;
}
.pinkCopy {

	border: thin none #C7A4C2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #67475F;
	background-color: #FFF3FC;
}
.links {
	border: thin none #C7A4C2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #67475F;
	background-color: #FFF3FC;
	A:link {
	color: #67475F;
	text-decoration: none;
	}
	
	A:visited {
	color: #a06d93;
	text-decoration: none;
	}
	
	A:active {
	color: #3366FF;
	text-decoration: line-through;
	}
	
	A:hover {
	color: #a06d93;
	text-decoration: underline;
	}
}
.linksCopy {

	border: thin none #C7A4C2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #67475F;
	background-color: #FFFFFF;
	A:link {
	color: #67475F;
	text-decoration: none;
}
