a.link:link {
    font-family:times new roman, serif;
	font-size:14px;
	color:#008A52;
	text-decoration:none;
}

a.link:hover {
    font-family:times new roman, serif;
	font-size:14px;
	color:#008A52;
	text-decoration:underline;
}
a.link:active {
    font-family:times new roman, serif;
	font-size:14px;
	color:#008A52;
	text-decoration:none;
}
a.link:visited {
    font-family:times new roman, serif;
	font-size:14px;
	color:#008A52;
	text-decoration:none;
}
a.mainlink {
    font-family:times new roman, serif;
	font-size:14px;
	/*color:#980521;*/
	color:#A7001C;
	font-weight:bold;
	text-decoration:none;
}
a.textlink {
    font-family:times new roman, serif;
	font-size:14px;
	color:008A52;
	text-decoration:none;
}

td.yellow {
	font-family:verdana, sans-serif;
	font-size:20px;
	color: #FFFF90;
	text-decoration:none;
	font-weight:bold;
}

td.brown {
	font-family:verdana, sans-serif;
	font-size:20px;
	color:#715841;
	text-decoration:none;
	font-weight:bold;
}

td.red {
	font-family:verdana, sans-serif;
	font-size:20px;
	color:#BA0521;
	text-decoration:none;
	font-weight:bold;
}

td.black {
	font-family:verdana, sans-serif;
	font-size:20px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}


td.headline {
	font-family:verdana, sans-serif;
	font-size:20px;
	color:#000000;
	text-decoration:none;
	
}
td.text {
	font-family:arial, sans-serif;
	font-size:12px;
	color:#000000;
}
td.blue {
	font-family:verdana, sans-serif;
	font-size:20px;
	color: #5C6AFF;
	text-decoration:none;
	font-weight:bold;
}

td.green {
	font-family:verdana, sans-serif;
	font-size:20px;
	color: #008A52;
	text-decoration:none;
	font-weight:bold;
}

/* das h1 tag wird schwarz dargestellt und schriftgroesse ist 20 pixel*/
h1 {
	color:#000000; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	text-align: left;
}

/* das h2 tag wird rot dargestellt und schriftgroesse ist 14 pixel*/
h2 {
	color: #A7001C; 
	font-family:times new roman, serif;
	font-size:14px;
	font-weight: bold;
}
td.txt {
	font-family:arial, sans-serif;
	font-size:16px;
	color:#000000;
}