body
{
    width: 600px;
    padding: 10px;
    font-family: monospace;
    font-size: 13px;
    line-height: 17px;
}

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

h1
{
    text-align: center;
    font-weight: normal;
    font-size: 14px;
}

