body
{
    background-color:#f0f0f0;
    color: #333333;
    margin-left:5%;
    margin-right:5%;
    font-family: sans-serif
}

p
{
    font-family: sans-serif
}

a
{
    font-weight:600;
    text-decoration: none;
    color: #003366;
    font-family: sans-serif;
}

a :link
{
    color:#0066CC;
    text-decoration: none;
    font-family: sans-serif;
}

a:visited
{
    color:#0066CC;
    text-decoration: none;
    font-family: sans-serif;
}

a:hover
{
    color :#0000FF;
    text-decoration: none;
}

a:active
{
    color:#0000FF;
    text-decoration: none;
}

address
{
    font-family: sans-serif;
    text-decoration: none;
    font-style: normal;
}

.rssImage
{
    border-width: 30px;
    border-color: #f0f0f0;  /* IE6 can't cope with transparency */
}