body {
	background-color: #000000;
	color: #c0c0c0;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #8080b0;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #cfcfff;
	font-weight: normal;
}

/* Replace table layout with CSS flex. */
div.flex_parent {
	display: flex;
	flex-flow: row wrap;
}

/* Give our left column some padding. */
div.flex_links {
	padding-right: 100px;
}

/* Content / right column.  Currently nothing special. */
div.flex_content {
	flex-basis: 80%;
	flex-grow: 1;
}
	
h1 {
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: medium;
}

h2.question {
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: medium;
	font-weight: normal;
}

p.subtitle {
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	margin-top: 0;
}

p.footer {
	font-size: 8pt;
	color: #ffffff;
	padding-top: 15px;
}

p.answer {
	padding-left: 40px;
}

ul.plain {
	list-style: none;
	padding-left: 0;
	margin-top: 5px;
}
