.nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3B291D;
	font-weight: bold;
	letter-spacing: -.03em;
}
.nav a {
	color: #CD1076;
}
.body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
}
.body a {
	color: #ffffff;
}
.body a:hover {
	color: #E084AD;
}
.footer, .footer a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.largetitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}
.pinktitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #E084AD;
	font-weight: bold;
}
.pinktitlelarge {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #E084AD;
	font-weight: bold;
}
hr {
	border: 0px;
	height: 1px;
	width: 100%;
	background-color: #ffffff;
	padding: 0px;
	margin: 20px 0px 20px 0px;
}
