body
{
    margin: 20px 20px 20px 20px;
    background-color: #f8e8e0;
    color: #483800;
    font-family: "Lucida Sans" , "Sans-Serif";
}
h1
{
    font-size: 32px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
h2
{
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
h3
{
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}
h4
{
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    background-color: #c0c0ff;
}
td
{
    text-align: center;
}
td.left
{
    text-align: left;
}
p
{
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: justify;
    margin-left: 20px;
    margin-right: 20px;
}
p.copyright
{
    font-size: 8px;
}
p.stanza
{
    margin-top: 32pt;
    margin-bottom: 32pt;
}
p.ixdate
{
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    margin-left: 0%;
    margin-right: 0%;
}
p.ixdesc
{
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    margin-left: 0%;
    margin-right: 0%;
}
p.leftcell
{
    margin-left: 0%;
    margin-right: 5%;
}
p.rightcell
{
    margin-left: 5%;
    margin-right: 0%;
}
p.right
{
    text-align: right;
}
ul
{
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
}
img.left
{
    float: left;
    vertical-align: middle;
    margin-right: 10px;
}
img.right
{
    float: right;
    vertical-align: middle;
    margin-left: 10px;
}
a:link
{
    text-decoration: none;
    color: #0000c0;
}
a:visited
{
    text-decoration: none;
    color: #600080;
}
a:hover
{
    text-decoration: underline;
    background-color: #c0c0ff;
}
