.bordered-top {
	border-top: 10px solid #000;
}

.bordered-bottom {
	border-bottom: 10px solid #000;
}

.cite {
	color:#000;
	font-size:1em;
	font-style:normal;
}

p + p {
	text-indent:2em;
	margin-top:-1.5em;
}

.red {
	color:#da2128;
}

.yellow-bg {
	background-color:#ffd908;
}

