body
{
    font-family: arial, sans-serif;
    background-color: #fff;
    color: #000;
    margin: 20px;
    margin-bottom: 30px;
}

a:link,
a:visited
{
    color: #00a;
    text-decoration: underline;
}

.content
{
    width: 70%;
}

.introduction
{
    font-style: italic;
}

.introduction:first-letter
{
    font-size: 110%;
}

.html
{
    background-color: #eee;
    border: 1px solid black;
    padding: 8px;
    margin-bottom: 18px;
}

h3
{
    padding-top: 18px;
    margin-bottom: -10px;
    font-size: 100%;
}