.fett {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
}

a { 
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color: black;
}
 
 a:hover{
	text-decoration: none;
	color: #39C;
	font-weight: bold;
}

.normal { font-family : Arial, Helvetica, sans-serif; font-size : 12px; font-style : normal; font-variant : normal; font-weight : normal; }

hr { 
	color: black;
	height: 1px;
	width: 100%;
 }
 
 .rot { 
 	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color: red;
  }
