﻿

body
{
	background-color : #000000;
	color : #33FF00;
	text-align : center;
}

table
{
	text-align : center;
}

input
{
	background-color : #000000;
	color : #33FF00;
}

textarea
{
	background-color : #000000;
	color : #33FF00;
}

a
{
	color : #33FF00;
	text-decoration : none;
}

a:hover 
{ 
	text-decoration : overline underline; 
}

