body { background-color: #142005; }

a { text-decoration: none; color: inherit; }

.centered {
	margin-left: auto;
	margin-right: auto;
}

.annotation-color {
	color: #e3efb4;
}
.text-black-outline {
	text-shadow: 2px 2px 4px #000000;
}

.TwoColumns {
	width: 100%;
	margin-top: 0.7em;
}
.TwoColumns:after {
  content: "";
  display: table;
  clear: both;
}
.LeftColumn {
	float: left;
	width: 40vw;
}
.RightColumn {
	float: left;
}
.LeftColumn, .RightColumn {
  color: #e3efb4;
  font-size: 16pt;
}


