BODY {
	background: black;
	font-family: sans-serif;
	color: #ffff9c;
	text-align: justify;
}

H1 {
	color: #f7bd5a;
}

IMG {
	border: none;
}

A[href] {
	color: #ff9c00;
}

DIV.blueprint {
	text-align: right;
	padding-bottom: 0.25em;
	padding-left: 1em;
	float: right;
}

/* In the blueprint float the text link should be moved up. */
.blueprint A.reference {
	position: relative;
	bottom: 2em;
	right: 0.5em;
	border: 1px solid #ff9c00;
	margin-bottom: -1em;
	margin-left: 0.50em;
}

A.reference {
	background: #ff9c00;
	color: black;
	font-size: 0.75em;
	text-decoration: none;
	margin: 0px;
}

DIV.referencelist {
	margin-top: 3em;
	padding: 1em;
	border: 1px solid #c6b5ef;
	background-color: #1a1820;
	color: #c6b5ef;
}

.referencelist H3 {
	margin-top: 0px;
}

.referencelist ol {
	margin-bottom: 0px;
}

DIV.copyright {
	margin: 1em;
	font-size: 0.75em;
	color: #c6b5ef;
	text-align: center;
}

DIV.error {
	border: 1px solid red;
	background-color: #300000;
	color: red;
	padding: 1em;
}

A.button {
	color: black;
	font-weight: bold;
	text-decoration: none;
	float: left;
	width: 48px;
	text-align: center;
	line-height: 48px;
	margin: 0.5em;
}

A.button.zero { background: url("img/button0.jpg"); }
A.button.one  { background: url("img/button1.jpg"); }
A.button.two  { background: url("img/button2.jpg"); }
