body {
    margin: 10px;
    background-color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    font-size: 100%;
    color: #000000;
}
a {
    font-style: italic;
    font-weight: bold;
    font-size: 95%;
    text-decoration: none;
    color: #333333;
}
a:visited {
    color: #333333;
}
a:active {
    color: #333333;
}
A:hover	{
    text-decoration: underline;
}
h1 {
    font-size: 150%;
    font-weight: bold;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 5px;
}
h2 {
    font-size: 100%;
    font-weight: bold;
    color: #ff0000;
    margin-top: 15px;
    margin-bottom: 2px;
}
p, ul, ol {
    margin-top: 0px;
}
table, tr, td {
    border-width: 0px;
    border-style: none;
    padding: 0px;
    vertical-align: top;
    alignment: left;
}
table.navigation {
    font-size: 90%;
    border-width: 0px;
    border-style: none;
    padding: 0px;
    vertical-align: top;
    alignment: left;
}
td.navigation a {
    font-size: 90%;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    color: #ff0000;
}
td.navigation a:visited {
    color: #ff0000;
}
td.navigation a:hover	{
    text-decoration: underline;
}
