body {
background: #1f1f1f;
color: #cdcdcd;
}
/* unvisited link */
a:link {
color: #ff8844;
text-decoration: none;
/* visited link */
a:visited {
/* mouse over link */
a:hover {
/* selected link */
a:active {
font-weight: bold;
table, th, td {
border: 1px solid;
label {
display: block;
padding: 1ex;