/* CSS Document */

body {
	background-color: #F3F3F3;
	font-family: "Courier Prime", monospace;
	font-weight: 400;
	font-style: normal;
	color: #212121;
}

.dim {
	opacity: 1.0;
}

.dim:hover {
	opacity: 0.75;
}

.reveal {
	opacity: 0.75;
}

.reveal:hover {
	opacity: 1.0;
}

a {
	text-decoration: underline;
	color: #212121;
}

a:hover {
	text-decoration: line-through;
}