body {
 /* http://bluerobot.com/web/css/center1.html */
 text-align: center;
 font-family: monospace;
 font-size: 16px;
}

div {
 /* http://bluerobot.com/web/css/center1.html */
 margin: 20px auto 4px auto;
 width: 320px;
 text-align: left;
}

ul {
 list-style-type: none;
}

a {
 color: black;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}
