/* nbs.css ********************************************************************/

/*
 * Style sheet for the CSS2 specification
 * $Id: default.css,v 2.14 1998/03/24 16:16:22 bbos Exp $
 * Stand: 2005-05-02 / Hans P. Mahnke / Software Engineering and Consulting
 */

A:link
    {
        color: #5080ac;
        text-decoration: none;
    }
A:visited
    {
        color: #5080ac;
        text-decoration: none;
    }
A:hover
    {
        color: #dd0000;
        text-decoration: underline;
    }
DIV.text
    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11.0pt;
        font-weight: normal;
    }

/* EOF nbs.css ****************************************************************/

