html {
    background:#eee;
}

body {
    margin:40px;
    padding:10px;
    background:#fff;
    border:4px solid #666;
    font:normal 0.85em Arial,sans-serif;
    border-radius:6px;
}

h1 {
    font-size:1.3em;
}

p, li {
    font-size:0.95em;
}

a {
    color:#009;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}
