@media screen, print {
body
{
    background-color: #ffff99;
}

#content
{
    background-color: white;
    margin: auto;
    font-size: 18px;
    padding: 2em;
    width: 27em;
    border: solid thin;
}

#title
{
    color: maroon;
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
    font-variant: small-caps;
    font-size: 450%;
    margin-top: 0em;
    margin-bottom: 0.5em;
}

#text
{
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    line-height: 140%;
}

p
{
    text-indent: 2em;
    margin-bottom: -1em;
}

.first-para
{
    text-indent: 0em;
}

.first-word
{
    font-variant: small-caps;
}

.first-letter
{
    float: left;
    font-size: 419%;
    font-family: "Bitstream Vera Serif", Georgia, Times,
                 "Times New Roman", serif;
    line-height: 100%;
    padding-right: 1%;
    color: maroon;
}
}
