a {
	text-decoration: none;
}

a:active {
	color: Red;
}

a:hover {
	color: Red;
	background-color: #ffffcc;
}

a:visited {
	color: #83145A;
}
a:link {
	color: #000180;
}


*
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}

.kleinrot {
	font-size : 10px;
	font-weight: bold;
	color : Red;
	font-style : normal;
}

.klein {
	font-size : 10px;
	font-style : normal;
	font : bold;
	color : Black;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	font-size: 16px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	scrollbar-base-color: Ivory;
	scrollbar-face-color: menu;
	scrollbar-track-color: Ivory;
	background-color: ivory;
	scrollbar-arrow-color: Black;
}

table {
	table-layout: fixed;
	 empty-cells:show;
}