/* CSS Document */

h1 { color:#006600; font-size:18pt; font-family:Arial,Helvetica}

font { font-family:Arial,Helvetica}

a:link { color:#0000EE; font-weight:bold; text-decoration:none; } 
/* Verweise zu noch nicht besuchten Seiten */

a:visited { color: #0000EE; font-weight:bold; text-decoration:none; }
/* Verweise zu bereits besuchten Seiten */

a:focus { color:#FF0000; font-weight:bold; text-decoration:none; }
/* Verweise, die den Fokus erhalten, z.B. durch "Durchsteppen" mit der Tabulator-Taste (CSS 2.0) */

a:hover { color:#0000EE; font-weight:bold; text-decoration:none; }
/* Verweise, während der Anwender mit der Maus darüber fährt (CSS 2.0) */

a:active { color:#FF0000; font-weight:bold; text-decoration:none; }
/* gerade angeklickte Verweise */

