body {
    margin: 0 auto;
    width: 725px;
    text-align: center;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

div#wrapper {
    text-align: left;
}

h2 {
    color: #e41b17;
}

h3 {
    color: #e56717;
}

a {
    color: #1569C7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    list-style-type: square;
}

p.footer {
    margin-top: 3em;
    font-size: 11px;
}