body
{
    top: 5pt;
    left: 10pt;
    color: #000000;
    position: absolute;
    background-image:url(bg.png);
    font-size: small;
}

span {font-size: small}



a:link
{
    color: #000000;
    border-bottom: #cc0000 1px dashed;
    text-decoration: none
}
a:active
{
    color: #cc0000;
    text-decoration: none
}
a:visited
{
    color: #000000;
    border-bottom: #0000cc 1px dashed;
    text-decoration: none
}
a:hover
{
    color: #cc0000;
    background-color: #ffffff;
    text-decoration: none
}

.red {color: red; }

.nin
{
    position: absolute;
    bottom: 0pt
}