@import "stdspacing.css";
@import "stdfonts.css";

body, h1, h2, .footer {
	color: white;
	background-color: black;
}
.footer a {
	color: #0DD;
}
.footer a:hover, .footer a:active {
	color: #0FF;
}
.footer a:visited {
	color: #0BB;
}

.content {
	margin: 0;
	padding: 0 0 0.2em 0;
}
/* Tables inherit colors from <body>, so override here: */
.content, .content table {
	background-color: white;
	color: black;
}
table {
	border: 1px solid black;
}
th, .boxhead {
	color: white;
	background: #000;
}
table tr:nth-child(odd) {
	background-color: rgba(0,0,0,0.15);
}
