BODY
{
	background-color: #000000;
}

H1
{
	text-align: center;
	color: #FFFFFF;
}

H2
{
	text-align: center;
	color: #FFFFFF;
}

H3
{
	text-align: center;
	color: #FFFFFF;
}

TABLE, TH, TD
{
  border: 1px solid white;
  color: #FFFFFF;
}

P
{
	color: #FFFFFF;
	text-align: center;
}

a:link
{
	color: #FF0000
}

a:visited
{
	color: #FF0000
}

a:hover
{
	color: #FF0000
}

a:active
{
	color: #FF0000
}

img
{
	margin: auto;
}