.largest-text {
	font: garamond, verdana, arial, sans-serif;
	font-size: 24pt;
	font-weight: bold; 
}

.hr-line {
	background-color: #545454;
	color: #545454;
	width: 175px;
	height: 1px;
	border: 0;
}

.full-hr-line {
	background-color: #545454;
	color: #545454;
	width: 970px;
	height: 1px;
	border: 0;
}

.red-hr-line {
	background-color: #923550;
	color: #923550;
	width: 500px;
	height: 1px;
	border: 0;
}

.wide-red-hr-line {
	background-color: #923550;
	color: #923550;
	width: 550px;
	height: 1px;
	border: 0;
}

.smallest-text {
	font-size: 10pt;
}

.small-text {
	font-size: 11pt;
}

.medium-text {
	font-size: 16pt;
}

.header-text {
	font-size: 20pt;
	font-weight: bold;
}

.red-heading {
	font-size: 20pt;
	font-weight: bold;
	color: #923550;
}

.menu-heading {
	font-size: 16pt;
	font-weight: bold;
	text-decoration: underline;
}

