@media screen { html { background:#999 url("tileback.jpg") fixed; } }

body {
    color:#000000;
    background:#ffffff;
    max-width:34em;
    margin:1em auto;
    padding:3em 3em 1em 3em;
    font-family: Arial;
    font-size: 17px;
}

p { text-align:justify; line-height:140%; }

div.title {
    color:#009900;
    text-align:center;
    font-size:26px;
    font-weight:bold;
}
div.title p { text-align:center; }

div.author {
    color:#000000;
    text-align:center;
    font-size:16px;
    font-weight:normal;
}
div.author p { text-align:center; }

