/* Kunstverein CSS */

a         { color:black; text-decoration: none; 
            font-size:10pt; font-family:Arial,Helvetica,sans-serif; }
  
a:link    { color:black; }    /* noch nicht besuchte Ziele */
a:visited { color:black; }    /* besuchte Ziele */
a:hover   { color:#3399ff; }    /* Verweise bei "MouseOver" */
a:active  { color:#3399ff; }    /* Angeklickte Verweise */
a:focus   { color:#3399ff; }    /* Verweise, die Fokus erhalten */

/* Unsere Fonts */

p  { font-family:Arial,Helvetica,sans-serif; font-size:10pt; } 
td { font-family:Arial,Helvetica,sans-serif; font-size:10pt; }

/* Andrere Gimmicks */

/* eof */


