14 lines
476 B
CSS
14 lines
476 B
CSS
/*=======================================================================
|
|
*
|
|
* navigation.css
|
|
*
|
|
* Autor: Marc Vollmann
|
|
*
|
|
=======================================================================*/
|
|
|
|
|
|
a:link { text-decoration:none; font-weight:bold; color:#FFFFFF;}
|
|
a:visited { text-decoration:none; font-weight:bold; color:#FFFFFF;}
|
|
a:hover { text-decoration:none; font-weight:bold; color:#000000;}
|
|
a:active { text-decoration:none; font-weight:bold; color:#FF0000;}
|
|
|