body {
    background: url("background.png");
    font-family: Gill Sans, sans-serif;
    max-width: 34em;
    padding: 2em 4em;
} 
em { font-family: Futura, sans-serif; font-size: 90%; }

h1 { color: #123456; }
#avatar {
    border-radius: 3px;
    width: 64px; height: 64px;
    position: relative; top: 2px;
}
:link { color: #00a; }
:visited { color: #336; }
.error { color: red; }