a:link
{
	color: rgb(0,0,255);
	background-color : transparent;
}
a:visited
{
	color: rgb(0,0,255);
	background-color : transparent;
} 
a:active 
{
	color: rgb(255,255,0);
	background-color : transparent;
}
body
{
	font-family: Courier, Arial, "Times New Roman", "Courier New", monospace;
	color: White;
	scrollbar-base-color:#000080;
	scrollbar-track-color:#000000;
	scrollbar-face-color:#000080;
	scrollbar-dark-shadow-color:#000000;
	scrollbar-arrow-color:#C0C0C0;
	background : url(http://www.dabinismus.de/backline.gif);
	cursor:crosshair;
}
a
{
	text-decoration: none;
	background-color : Black;
}
a:hover
{
	color: #FFFF00;
	background-color : Black;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Courier, Arial, Courier, Times New Roman;
	background-color : transparent;
}
h1
{
	color: rgb(255,255,0);
}
h2
{
	color: rgb(255,255,0); 
}
h3
{
	color: rgb(255,255,0); 
}
h4
{
	color: rgb(255,255,0);
}
h5
{
	color: rgb(255,255,0);
}
h6
{
	color: rgb(255,255,0);
}

