.text {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: Black;
	margin: 0px;
	border: none;
}
.texttab {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: Black;
	margin: 0px;
	border: none;
}
.texthome {
  font-family: Arial, helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #666666;
  margin: 0px;
  border: none;
}
.titel {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: Black;
	margin: 0px;
	border: none;
}
.titeltab {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: Black;
	margin: 0px;
	border: none;
}
A:link { 
     text-decoration: underline; 
	 color: #7B7B7B;
}
A:visited { 
     text-decoration: underline; 
	 color: #7B7B7B;
}
A:active { 
     background-color: cccccc; 
	 color: #7B7B7B;}
A:hover { 
     color: #7B7B7B; 
     text-decoration: underline; 
     background-color: #FFFFFF;
}

