p + p
{
    text-indent: 2em;
    margin-top: -1.5em;
}
form p + p
{
    text-indent: 0;
}
/* Don't want this in forms. */

.alt
{
    color: #666;
    font-family: "Book Antiqua";
    font-style: italic;
    font-weight: normal;
}

.dquo
{
    margin-left: -.5em;
}

p.incr, .incr p
{
    font-size: 10px;
    line-height: 1.44em;
    margin-bottom: 1.5em;
}

.caps
{
    font-variant: small-caps;
    letter-spacing: 1px;
    text-transform: lowercase;
    font-size: 1.2em;
    line-height: 1%;
    font-weight: bold;
    padding: 0 2px;
}
