@import url(http://fonts.googleapis.com/css?family=VT323:200,400,600);
body, html { background: #222; margin:0; }
html { font-family: Terminus, monospace; color: #0f0; font-weight: 400; }

h2 { font-size: 45px; margin: 20px 35px; }

div.list { background: #111; padding: 20px 35px; }
div.foot { color: #777; margin-top: 15px; padding: 20px 35px; }

td { padding: 0 20px; line-height: 21px; }
tr:hover { background: black; }

a { color: #32C6FF; }
a:visited { color: #BD32FF; }
a:hover { color: #B8EBFF; }

h2:before { 
/* content: ''; */
content: url('/multicraft-small.png');
display: block;
float: left;
padding-right: 1em;
}
.list {
clear: both;
}
