body {
    background: #eeeeee;
    color: #202020;
    font-family: "DejaVu Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
}
#container {
    margin: 20px;
}
#header {
    height: 20px;
}
#menu {
    text-align: center;
    font-weight: bold;
}
#main {
    width: 740px;
    margin: 10px auto 0;
    border: 1px solid black;
    background: #dddddd;
    padding: 0 60px 20px;
}
#footer {
}
:link, :visited {
    color: #000099;
}
#menu :link, #menu :visited {
    text-decoration: none;
}
#menu :link:hover, #menu :visited:hover {
    text-decoration: underline;
}
h1 {
    text-align: center;
    margin: 20px 0 30px;
    font-size: 26px;
    line-height: 30px;
    color: black;
}
h2 {
    font-size: 20px;
    color: black;
}
table {
    border-collapse: collapse;
    border: 2px solid;
}
table.center {
    margin-left: auto;
    margin-right: auto;
}
td, th {
    border: 1px solid;
    padding: 2px 6px;
}
