

.red {
	
	color: #FF0000;
}

.red a:link {
color: #FF0000 ! important;
}


.violett {
	
	color: #990066;
}

.violett a:link {
color: #990066 ! important;
}


.blue {
	
	color: #0033CC;
}

.blue a:link {
color: #0033CC ! important;
}


.green {
	
	color: #339900;
}

.green a:link {
color: #339900 ! important;
}


.orange {
	
	color: #FF3300;
}

.orange a:link {
color: #FF3300 ! important;
}


.dgreen {
	
	color: #006600;
}

.dgreen a:link {
color: #006600 ! important;
}


.braun {
	
	color: #CC6600;
}

.braun a:link {
color: #CC6600 ! important;
}


.bordeaux {
	
	color: #990000;
}

.bordeaux a:link {
color: #990000 ! important;
}


.cyan {
	
	color: #339999;
}

.cyan a:link {
color: #339999 ! important;
}


.black {
	
	color: #000000;
}

.black a:link {
color: #000000 ! important;
}


