a:link
{
	color: rgb(0,128,0); 
}
a:visited
{
	color: rgb(51,0,255); 
} 
a:active 
{
	color: rgb(255,0,0);
}
a:hover
{
	color: red;
	text-decoration: none;
}

table
{
	table-border-color-light: rgb(0,0,160);
	table-border-color-dark: rgb(0,0,255); 
}
body
{
	font-family: Arial, Helvetica;
	background-color: rgb(255,255,192);
	background-image: url("../images/back2000.gif");
	color: rgb(0,51,51);
}

banner
{
   color: rgb(255,255,128);
}

title
{
	color: rgb(255,0,0);
}

h1
{
	font-family: Arial Black, Arial, Helvetica;
	color: rgb(0,128,0);
	text-decoration: underline;
}
h2
{
	font-family: Arial Black, Arial, Helvetica;
	color: rgb(0,128,0); 
}
h3
{
	font-family: Arial Black, Arial, Helvetica;
	color: rgb(0,128,0); 
}
h4
{
	font-family: Arial Black, Arial, Helvetica;
	color: rgb(0,128,0);
}
h5
{
	font-family: Arial, Helvetica;
	color: rgb(0,0,255);
}
h6
{
	font-family: Arial, Helvetica;
	color: rgb(0,0,255);
} 

.titel
{
	font-family: Comic Sans MS, Arial Black, Arial, Helvetica;
	color: rgb(0,128,0);
	font-size: 16pt;
	font-weight: bold;
}
.arti
{
	font-family: Comic Sans MS, Arial Black, Arial, Helvetica;
	color: rgb(0,0,255);
	font-size: 10pt;
	font-weight: bold;
}
.kunst
{
	font-family: Comic Sans MS, Arial Black, Arial, Helvetica;
	color: rgb(0,128,0);
	font-size: 8pt;
	font-weight: bold;
}