#main {
 margin: 0px auto;
 text-align: left;
 width: 33em;
 padding: 0.5em;
}

body {
 background-color: #111;
 margin: 0px;
 text-align: center;
 color: #aaa;
}

h1, p {
 font-size: large;
 text-align: center;
 font-family: sans-serif;
}

p {
 font-weight: normal;
}
  
h1 {
 font-weight: bold;
}

a, a:active, a:visited, a:hover {
 color: #f33;
}

a, a:active, a:visited {
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

