/**/
/*   artic  CSS      */
/*   Version 1.0     */
/*   Claus Schieber  */
/**/

p,h1,h2,h3,h4,ul,ol,li,td,th  { font-family:Arial,sans-serif; }

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

a:link { color:#FFFF00; text-decoration:none; }
a:visited { color:#00FFFF; text-decoration:none; }
a:active { color:#FF0000; text-decoration:none; }

/* (c) 2000 by artic */

