/* CSS Document */

html, body { margin: 0; padding: 0; }
body { text-align: center; font-family: sans-serif; background: black; color: white; }
h1 { font-size: 300%; }
a { color: white; }
a:hover { text-decoration: none; }
div { margin: 2em 0; }
