body
{
    margin: 10px 10px 10px 10px;
    background-color: #f8f0ff;
    color: #000000;
    font-family: "Lucida Sans" , "Sans-Serif";
}
h1
{
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
}
h2
{
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    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: normal;
    text-align: center;
    background-color: #c0c0ff;
}
td
{
    vertical-align: top;
    text-align: center;
}
p
{
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: justify;
    margin-left: 20px;
    margin-right: 20px;
}

p.right
{
    text-align: right;
}
p.left
{
    text-align: left;
}
p.centre
{
    text-align: center;
}
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%;
}
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;
}
td
{
    vertical-align: middle;
}
a:link
{
    text-decoration: none;
    color: #0000c0;
}
a:visited
{
    text-decoration: none;
    color: #600080;
}
a:hover
{
    text-decoration: underline;
    background-color: #c0c0ff;
}
