
body {
	background-color: whitesmoke;
}

.redEdgeBar {
	height: 33px;
	background-color: #8C1010;
}

.greenEdgeBar {
	background-color: #183921;
}

.cardTitle {
	margin: 8px auto 24px; auto;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
}

.smallText { font-size: 80%; }

