body {
 background-color: #000000;
}

div {
 max-width: 800px;
 margin: 0 auto;
 padding: 25px;
 font-size: large;
 font-family: sans-serif;
 color: #c9c9c9;
 background-color: #111111;
}

ul {
 list-style: square;
 padding-left: 1em;
}

li {
 margin: 0.5em 0;
}

a {
 text-decoration: underline;
 color: #e9e9e9;
}

a:hover {
 text-decoration: none;
}

address {
 text-decoration: none;
 font-style: normal;
 color: #c9c9c9;
 text-align:center;
 width:99%;
}