body {
max-width: 800px;
margin-left: auto;
margin-right: auto;
background: black url(../img/bg/bumps.gif) repeat;
color: white;
}

img {
max-width: 750px;
}

h1 {
text-align: center;
}

h2 {
text-align: center;
}

li {
list-style-type: square;
padding-bottom: .2em;
}

hr {
color: white;
}

blockquote {
line-height: 115%;
}

table {
background: black;
margin-left: auto;
margin-right: auto;
}

td {
border: 2px solid white;
text-align: center;
}

code {
display: block;
white-space: pre;
}

td img {
display: block;
}

a:link {
color: white;
}

a:visited {
color: grey;
}

a:hover {
color: white;
text-decoration: line-through;
}

.bbox {
margin: auto;
border: 2px solid white;
background: black;
padding: 1em;
line-height: 1em;
}

.sbox {
margin: 10px;
border: 1px solid white;
background: black;
padding: 1em;
line-height: 1em;
}

.btn {
text-align: center;
}
