/* CSS-Style für TributeTo... */

A {
Text-Decoration: none;
}

A:HOVER
{
	Background-Color: Red;
	Color: White;
	Font-Variant: normal;
	Font-Style: normal;
	Text-Decoration: none;
}

BODY {
   background-color: #F5F5F5;
	Font-Family: Verdana, Lucida, Sans-Serif;
	Font-Size: 10pt;
	text-align: justify;
}

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 20pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
}

h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
}

h4 {
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-size: 14pt;
}

TABLE {
   background-color: #F5F5F5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
}

.table-farbe {
   background-color: #4682B4;
}

.table-weiss {
	background-color: #FFFFFF;
}

.hervorhebung {
	background-color: #ADD8E6;
}