﻿body
{
	background: black;
	color: #00FF00;
	font-family: Courier;
	text-align: center;
}

td
{
	color: #00FF00;
	font-family: Courier;
}
	
h1, h2, h3, h4
{
	text-align: center;
}

a:link, a:visited
{
	color: #00FF00;
}

a:hover, a:active
{
	color: #ffffff;
}

p
{
	text-align: center;
}

div
{
	text-align: center;
}

.Alive
{
}

.Dead
{
	color: #FF0000;
}

.Notice
{
	color: #FF0000;
	font-weight: bold;
}

.CommandLine
{
	text-align: left;
}
