body
{
    background: url('../img/bg.gif') repeat-x;
    font-family: Verdana, Sans-Serif;
}

a
{
    color: #0a0;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

h1
{
    font-size: 24px;
    color: #0a0;
    margin: 10px 0px;
}

fieldset
{
    border: 1px solid #0d0;
    padding: 10px;
    margin: 10px 0px;
    -moz-border-radius: 5px;
}

p
{
    margin-bottom: 5px;
}

small
{
    font-size: 0.8em;
}

legend
{
    margin-left: 10px;
}

.whw
{
    height: 60px;
    background-color: #0a0;
    font-size: 36px;
    text-align: center;
    padding-top: 8px;
    font-weight: bold;
    color: #fff;
    -moz-border-radius: 10px;
}

#ie8addonRibbon
{
    margin-top: 10px;
    padding: 10px 0px;
    background-color: #0a0;
    color: #fff;
    font-size: 14px;
    -moz-border-radius: 5px;
    text-align: center;
}
#ie8addonRibbon a
{
    color: #fff;
    text-decoration: underline;
}

.whw a
{
    color: #fff;
    text-decoration: none;
}

.whw span
{
    font-size: 12px;
}

#content
{
    line-height: 20px;
}

#footer
{
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
}
