A:link, A:visited, A:active
{
        color : #000000;

        text-decoration: none;

        font-family: Arial;
        font-size: 12px;

        padding : 0px 15px 0px 0px;

        background-image : url('contentin_link.gif');
        background-repeat : no-repeat;
        background-position : right;
}

A:hover
{
        color : #000000;

        text-decoration: underline;

        font-family: Arial;
        font-size: 12px;

        padding : 0px 15px 0px 0px;

        background-image : url('contentin_link_active.gif');
        background-repeat : no-repeat;
        background-position : right;
}



.normal { font-family: Arial; font-size: 12px; color: #000000; }
.title { font-family: Arial; font-size: 18px; color: #000000; }
.titles { font-family: Arial; font-size: 14px; color: #000000; }
