A:link { color:white; }
A:visited { color:white; }
A:active { color:white; }
A:hover { color:white; }
html,body {
        height: 100%;
        margin: 0px;
        padding: 0px;
	background-color: #040;
	color:white;
}
#message {
        border: 1px solid #0c0;
        background-color: #040;
        padding: 10px;
        color: #ccc;
        notwidth: 400px;
        height: 20px;
        left: 0px;
        bottom: 0px;
        position: absolute;
}

h1 {
	text-align: center;
	font-weight:bold;
	font-style:italic;
}

td {
	background-color: #002;
	text-align: center;
	padding: 5px;
}

th {
	background-color: #200;
	text-align: center;
	padding: 5px;
}

