/* Stylesheet fuer Nwc-Links (im home-Verzeichnis) */ 

a.tasks { color: white; text-decoration: none; }

a.nwc { color: white; text-decoration: none; type: application/x-nwc; show: new; } 

a.nwc:link { color: lightskyblue; text-decoration: none; } 
a.nwc:active { color: #0dd8e0; text-decoration: none;  } 
a.nwc:visited { color: #e7c4ff; text-decoration: none; }  
a.nwc:hover { color: yellow; text-decoration: none; type: application/x-nwc; show: pause; } 
a.Nwc:hover { color: yellow; text-decoration: none; type: application/x-nwc; show: pause; } 

/* Td-Class Nwc kommt in midhref.html vor (ist aber nicht A-Class!) */ 
/* td.Nwc { type: application/x-nwc; show: pause; } */ 
/* td.nwc { type: application/x-nwc; show: pause; } */ 

/* Schreibweise id-Container (id=identifier): #container {  } 
(aehnlich wie class, darf pro Seite 
(z.B. <div id="container">) nur einmal vorkommen)  */ 

/* Ende Stylesheet */ 