/*Links sollen nur in Textfarbe dargestellt werden. */

P.bodytext A { 
	color: #6f6f6f; 
	text-decoration:none;
}
P.bodytext A:hover { 
	text-decoration:underline;
}
