body {
   background:#000;
   color:#ddd;
   text-align:center;
   font-family:arial;
}

a {
   color:#ff0;
   text-decoration:none;
}

a:hover {
   color:#003;
   background:#ff0;
}

a:visited {
   color:#880;
}

a:active {
   color:#f00;
}

td {
	text-align:center;
	background:black;
}

table { background:white; }

small {
	font-size:.6em;
}

h1 {
	color:#00a;
	font-size:5em;
}

.heading {
	color:#c00;
	background:#ff5;
	font-weight:bold;
}

.button {
	border:.1em solid white;
	background:black;
	color:white;
	font-weight: bold;
}