﻿body
{
    margin: 20px 20px 20px 20px;
    background-color: #ffffff;
    color: #000000;
    font-family: "Lucida Sans" , "Sans-Serif";
}
h1
{
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
}
h2
{
    font-size: 20px;
    font-style: normal;
    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: #e0c0ff;
}
p
{
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: justify;
    margin-left: 20px;
    margin-right: 20px;
}
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.stanza
{
    margin-top: 32pt;
    margin-bottom: 32pt;
    margin-left: 10%;
}
p.rightstanza
{
    text-align: right;
    margin-top: 32pt;
    margin-bottom: 32pt;
    margin-right: 10%;
}
p.centrestanza
{
    text-align: center;
    margin-top: 32pt;
    margin-bottom: 32pt;
}
p.right
{
    text-align: right;
}
p.left
{
    text-align: left;
}
p.centre
{
    text-align: center;
}
p.copyright
{
    font-size: 8px;
    font-style: normal;
    font-weight: normal;
    text-align: justify;
}
ul
{
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
    text-indent: 0px;
}
li
{
    padding-bottom: 8px;
    list-style: none;
}
table
{
    padding: 20px 20px 20px 20px;
}
img.blueborder
{
    border-style: solid;
    border-width: thin;
    border-color: #e0e0ff;
}

