body {
    font: 80% Arial, Verdana, sans-serif;
}
div.center {
    width:100%;
    text-align: center;
}
h1 {
    display:inline-block;
    background: url("/favicons/favicon-32x32.png") no-repeat;
    padding-left:35px;
    line-height: 32px;
    margin-top: 100px;
}
h1 sup {
    font-size: 40%;
}
a {
    text-decoration: none;
    color:blue;
}
table {
    border-collapse: collapse;
    border: 1px solid;
}
th, td {
    border: 1px solid;
    padding: 0 0.5em;
}
table.center {
    margin-left: auto;
    margin-right: auto;
}
