/* Anfang Textverhalten im Bodytag */
body {
	font-size: 12px;
	background-color: #FFFFFF;
	color: #0033FF;
	font-family: Verdana, Arial, Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-align: justify;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 10px;
}
/* Ende Textverhalten im Bodytag */

table {
	font-size: 12px;
}

p {
  text-align: justify;
}
  
/* Verhalten normaler Textlinks */
a {
	text-decoration: underline;
}
a:link {
	color: #00007F;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a:hover {
	color: #00CCFF;
	text-decoration: underline;
}
a:visited {
	color: #00CCFF;
	text-decoration: underline;
}
/* Verhalten normaler Textlinks */

