.bold {
	font-weight: bold;
}

.black {
	color: #000;
}

.highlight{
	color: #930A74;
}

.tombstone {
	position: relative;
	border: 3px solid #E3E63A;
	padding: 1em 0.5em 2em 0.5em;
	text-align: center;
	margin: 1em 0;
	min-height: 200px;
	height: auto;
}

.tombstone p.name, .tombstone p.date {
	font-weight: bold;
}

.tombstone p {
	margin: 0.15em;
}

.tombstone p.date {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0.5em 0;
}



