/* base
----------------------------------------------- */

body {
	font-family: Georgia, Times, serif;
	color: #ffffef;
	background-color: #101000;
}

h1 {
	font: 3em Georgia, Times, serif;
	text-align: center;
	border-bottom: 1px solid #ffffef;
}

h2 {
	font: 1.5em Georgia, Times, serif;
	border-bottom: 1px solid #ffffef;
}

h3 {
	font: 1.2em Georgia, Times, serif;
}

a {
	text-decoration: none;
	color: #848474;
	border-bottom: 1px #848474 solid;
}

.command {
	color: #00ff00;
	font-style:normal;
	font-weight: bold;
}

.selection {
	color: #ffff00;
}

.live {
	color: #ff0000;
}

.version {
	font-size: 0.75em;
	text-align: center;
	width: 100%;
	display: block;
}