body, a, p, td
{
	font-family: Verdana, Arial, sans-serif, Helvetica, Geneva, Swiss, SunSans-Regular;
}

td
{
	font-size: 0.9em;
}

a:active
{
	color: black;
	background-color: transparent;
}

a:link
{
	color: #000;
	background-color: transparent;
}

a:visited
{
	color: black;
	background-color: transparent;
}

a:hover
{
	color: white;
	background-color: #bd0000;
}

.weiss { color: white; }
.smaller { font-size: 0.8em; }
.bigger { font-size: 1.2em; }
.rot { color: #bd0000; }