BODY {
	background-color: black;
	color: white;
}
TABLE {
    background: #000000;
}
TD {
    padding: 4px;
    border: 4px;
}
H1 {
    font-family: sans-serif;
}
TD.heading {
    font-family: sans-serif;
    background: white;
    text-align: center;
    color: black;
}
IMG {
    border:0; 
}
A.button {
	color: white;
	padding: 2px 10px;
	border: 4px;
	border-color: #DDDDDD #DDDDDD #B0B0B0 #B0B0B0;
	border-style: solid;
	text-decoration: none;
	font-family: sans-serif;
}
SPAN.copy {
	color: white;
	font-size: 75%;
}
