
body {
	background-color: #021b16
}

h1 {
	font-family: Helvetica;
	font-size: 30px;
	color: #bbbbbb;
}

h2 {
	font-family: Helvetica;
	font-size: 22px;
	color: #bbbbbb;
}

h3 {
	font-family: Helvetica;
	font-size: 18px;
}

p {
	font-family: Courier New, monospace;
	font-size: 16px;
	color: #bbbbbb;
}

.txtcenter {
	text-align: center;
}

table, th, {
	width: 800px;
	border-collapse: collapse;
	padding: 0px;
	vertical-align: top;
}

a:link {
  color: #b500ab;
}

a:visited {
  color: #b500ab;
}

.console {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	line-height: 0;
}

.caps{
	text-transform: uppercase;
}

.ts {
	font-family: Courier New, monospace;
	font-size: 10px;
	color: #bbbbbb;
}