﻿body {
    background: #E1F4FE;
    color: #322d33;
    font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
    width: 780px;
    margin: 16px auto;
    padding: 16px;

    background: #fff;
    border: 1px solid #bde6fc;
}

h2 {
    color: #c66;
}

p, li, address {
    line-height: 1.4em;
}

a img { border: none; }
a:link { color: #16b; }
a:visited { color: #16b; }
a:hover { text-decoration: none; }
a:active { color: #c00; }