BODY
{
	color: ghostwhite;
	background-color: lightslategray;
	font-family: 'Courier New', monospace, arial;
}
A:link
{
	text-decoration: none;
	color: lightgrey;
}
A:visited
{
	text-decoration: none;
	color: lightgrey;
}
A:active
{
	text-decoration: none;
	color: lightgrey;
}
A:hover
{
	text-decoration: underline;
	color:black;
}
IMG
{
	border-color: lightgrey;
}
.underline
{
	text-decoration: underline;
}
A.link:link
{
	text-decoration: underline;
	color: lightgrey;
}
A.link:visited
{
	text-decoration: underline;
	color: lightgrey;
}
A.link:active
{
	text-decoration: underline;
	color: lightgrey;
}
A.link:hover
{
	text-decoration: underline;
	color:black;
}

A.hintergrund:link, A.hintergrund:visited, A.hintergrund:active, A.hintergrund:hover, span.hintergrund
{
	color: lightslategray;
	/* color: black; */
	background-color: lightslategray;
	font-size:1pt;
}
