.d_title {
	font-size: 22px;
	letter-spacing: 0.5;
	font-family: Century Gothic, arial;
	color: #E01F5C;
}
.letter-spaced {
	letter-spacing: 3;
}

.large-font {
	font-size: 16px;
	font-weight: bold;
}
.large-font-colored {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.medium-font {
	font-size: 14px;
	font-weight: bold;
}
.medium-font-colored {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.colored {
	color: #990000;
}

