a:link
{
	color: rgb(99,184,99); 
	font-weight: bold;
}
a:visited
{
	color: rgb(99,184,99);
	font-weight: bold; 
} 
a:active 
{
	color: rgb(0,0,150);
	font-weight: bold;
}
a:hover
{
   /* Hover only works in IE. */
   background-color: rgb(0,0,100);
   color: yellow;
   font-weight: bold;
}
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(99,99,184);
	color: rgb(255,255,255);
}

banner
{
   color: rgb(255,255,128);
}

title
{
	color: rgb(255,0,0);
}

h1
{
	font-family: Comic Sans MS, Arial Black, Arial, Helvetica;
	color: rgb(255,184,99);
}
h2
{
	font-family: Comic Sans MS, Arial Black, Arial, Helvetica;
	color: rgb(255,184,99); 
}
h3
{
	font-family: Comic Sans MS, Arial Black, Arial, Helvetica;
	color: rgb(99,184,99); 
}
h4
{
	font-family: Comic Sans MS, Arial Black, Arial, Helvetica;
	color: rgb(255,184,99);
}
h5
{
	font-family: Arial, Helvetica;
	color: rgb(255,184,99);
}
h6
{
	font-family: Arial, Helvetica;
	color: rgb(255,184,99);
} 

.titel
{
	font-family: Comic Sans MS, Arial Black, Arial, Helvetica;
	color: rgb(255,184,99);
	font-size: 16pt;
	font-weight: bold;
}
.arti
{
	font-family: Comic Sans MS, Arial Black, Arial, Helvetica;
	color: rgb(255,184,99);
	font-size: 10pt;
	font-weight: bold;
}
.kunst
{
	font-family: Comic Sans MS, Arial Black, Arial, Helvetica;
	color: rgb(153,255,102);
	font-size: 8pt;
	font-weight: bold;
}