@charset "UTF-8";
body {
    font: 14px Verdana, Arial, sans-serif;
    width: 660px;
    padding: 20px 50px;
}

a:link {
    color: #7a0;
}

a:visited {
    color: #7a0;
}

h1 {
    font: 32px 'Trebuchet MS', Tahoma, Arial, sans-serif;
    text-align: center;
    border-bottom: 4px solid #ddd;
    padding-bottom: 10px;
}

div.author {
    font-size: 13px;
    color: #888;
    text-align: center;
    margin-bottom: 35px;
}

h2 {
    font: 18px 'Trebuchet MS', Tahoma, Arial, sans-serif;
    color: #800;
    margin-top: 30px;
}

ul li {
    list-style: square;
}

p, ul, ol {
    line-height: 1.4em;
}
