/*-------TEXT-----------

Die Klasse text wird angelegt.
HTML Tags müssen mit class="text" versehen werden, wenn die Formatierung verwendet werden soll. */

.text {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: 20px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color:#000000;
}

/*-------ENDE TEXT--------

-------LINKS-------------*/

a:link { 
text-decoration:none; 
font-weight:bold; 
color:#990000; 
}

a:visited {
 text-decoration:none;
font-weight:bold;
color:#990000; 
}

a:hover {
text-decoration:none;
font-weight:bold;
color:#666666;
}

a:hover { 
text-decoration:none;
 font-weight:bold;
background-color:none;
}

a:active {
text-decoration:none;
font-weight:bold;
background-color:none;
}

a:focus {
text-decoration:none;
font-weight:bold;
background-color:none;
}
/*-----ENDE LINKS-------*/