BODY {
	background: black;
	color: white;

	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}

A:link { color: yellow }          /* unvisited link */
A:visited { color: lime }        /* visited links */
A:active { color: orange }        /* active links */ 

table#backlit {background: #282828;}
td#backlit {color: white; background: #505050;}

pre { font-family: monospace; } /* browser bug workaround */
/* h1,h2,h3,h4,h5,p,ul { font-family: Verdana, sans-serif; } *//* browser bug workaround */
#footer {
	font-size: 11px;
}
