h1 {
font-size:56pt;
font-family:EnviroD;
font-weight:bold;
}

h2 {
font-size:16pt;
font-family:EnviroD;
font-style:italic;
}

h3 {
font-size:16pt;
font-family:Courier New,Courier;
color:#000099;
}

font.standard {
font-family:Courier New,Courier;
}

font.presentation{
font-size:28pt;
font-family:Courier New,Courier;
font-weight:bold;
color:#000099;
}

font.titel{
font-size:32pt;
font-family:EnviroD;
font-weight:bold;

}

font.menu1 {
font-size:12pt;
font-family:Century Gothic;
}

td.titel {
font-family:Courier New,Courier;
font-weight:bold;
}

td.standard {
font-family:Courier New,Courier;
}

link.ohne {
text-decoration:none;
/* keine Unterstreichung des Links */
}

a:hover { 
/* Reaktivierung, sobald sich die Maus über dem Link befindet */
background:#000099; /* Hintergrundfarbe des Links */
color:#ffffff; /* Farbe des Links */
}

a:link.typ1 {
color:red;
}
/* alle links mit class=typ1 sind dann rot, wenn typ1 fehlt sind alle rot! */