/*	Links im Text	*/

a:link {
	color: #003333;
	text-decoration: underline;
	font-family: verdana;
	font-size: 8pt;
}

a:visited {
	color: #003333;
	text-decoration: underline;
	font-family: verdana;
	font-size: 8pt;
}

a:hover	{
	color: #4F7486;
	text-decoration: none;
	font-family: verdana;
	font-size: 8pt;
}

a:active {
	color: #003333;
	text-decoration: underline;
	font-family: verdana;
	font-size: 8pt;
}