@import "../fonts/dvsm.css";
@import "../fonts/biolinum.css";

* {
	margin: 0;
	padding: 0;
}

* p {
	line-height: 1.25;
}

body {
	color: #FFFFFF;
	background: #141414;
	font-family: dvsm;
}

body a {
	color: #FFAFFF;
	text-decoration: none;
}

body a:hover {
	color: #AFFFFF;
	text-decoration: underline;
}

#title {
	padding: 32px;
	text-align: center;
	border-bottom: 1px solid white;
	font-family: biolinum;
	font-variant-caps: small-caps;
}

/* NOTE: We add 4px to font size because biolinum font is smaller than dvsm font.*/
#title h1 {
	font-size: 36px;
	color: #AFFFAF;
}

#title p {
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 16px;
}

#bottom {
	text-align: center;
	margin: 32px;
}

.warn {
	color: #FF0000;
}

.section {
	max-width: 1000px;
	margin: 32px auto;
	padding-bottom: 32px;
	border-bottom: 1px solid white;
}

.section h1 {
	font-size: 24px;
	text-align: center;
	margin: 16px;
}

.section h2 {
	margin-bottom: 16px;
	margin-top: 16px;
	font-size: 20px;
}

.section h3 {
	margin-top: 16px;
	font-size: 20px;
}

.section p2 {
	margin-left: 32px;
	display: block;
}

.section p3 {
	text-align: center;
	display: block;
	margin-top: -16px;
	margin-bottom: 16px;
}

.hspan {
	font-size: 16px;
	font-weight: normal;
}
