/* war game stylesheet */

body
{
  background-color: #000000;
	color: #990066;
	font-family: Impact, Verdan, sans-serif;
}

h1
{
  font-size: 40px;
}

p
{
  font-size: 20px;
}

table, tr, td
{
  background-color: #DDFFDD;
	border: 0;
	padding: 10px;
}



.invisible
{
  width: 0px;
}