body
{
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;

    background-color: #eeeeee;
    border: 0px;
    margin: 0px;
    padding: 10px;
}

h1
{
    font-size: 18px;
    font-weight: bold;
}

h2
{
    font-size: 14px;
    font-weight: bold;
}

p
{
    text-align: justify;
}

a:link
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
a:visited
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
a:hover
{
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}
a:active
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a img
{
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
}

a.location:link
{
    color: #454545;
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
}
a.location:visited
{
    color: #454545;
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
}
a.location:hover
{
    color: #454545;
    font-size: 9px;
    font-weight: normal;
    text-decoration: underline;
}
a.location:active
{
    color: #454545;
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
}
