/* DATEI: links.css */
/* R.Graf, 2002 */

a:link     {font-weight: bold;text-decoration: none; color: blue;}
a:visited  {font-weight: bold;text-decoration: none; color: navy;}
a:hover    {font-weight: bold;text-decoration: underline; color: red;}
a:active   {font-weight: bold;text-decoration: underline; color: yellow;}
