/* DATEI: nuf.css */

a:link { color:#494949; text-decoration:none; }
a:visited { color:#494949; text-decoration:none; }
a:active { color:#494949; text-decoration:none; }
a:hover { color:#494949; text-decoration:underline; }

a:link.links { font-weight: bold; font-size: 12px; color:#494949; text-decoration:none; }
a:visited.links { font-weight: bold; font-size: 12px; color:#494949; text-decoration:none; }
a:active.links { font-weight: bold; font-size: 12px; color:#494949; text-decoration:none; }
a:hover.links { font-weight: bold; font-size: 12px; color:#494949; text-decoration:underline; }

BODY
{
        padding: 0px 0px 0px 0px;
        margin: 0px;
        spacing: 0px;
        color: #494949;
        font-family: Arial;
        font-style: normal;
        font-size: 10px;
        text-decoration: none;
        background: #FFF;
}

SPAN.small
{
        font-size: 11px;
}

SPAN.medium
{
        font-size: 12px;
}

SPAN.big
{
        font-size: 14px;
 }

SPAN.grey
{
        color: #494949;
}

SPAN.white
{
        color: #CCCCCC;
}
