a:link
{
	color: rgb(153, 0, 204); 
}
a:visited
{
	color: rgb(128, 128, 128); 
} 
a:active 
{
	color: rgb(204, 153, 0);
}
body
{
	font-family: Century Gothic,Arial, Helvetica;
	font-size: 10px;
	background-image: url(../holsten.gif);
	background-attachment:fixed; padding:0px;
	background-color: rgb(192, 192, 192);

	color: rgb(0, 51, 102);
}
.button
{
	font-family: Century Gothic,Arial, Helvetica;
	font-size: 10px;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 51, 102);
}
.ticker
{
	font-family: Century Gothic,Arial, Helvetica;
	font-size: 10px;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 51, 102);
}

table
{
	font-family: Century Gothic,Arial, Helvetica;
	font-size: 12px;
	table-border-color-light: rgb(204, 153, 255);
	table-border-color-dark: rgb(204, 0, 204); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Century Gothic,Arial, Helvetica;
	color: rgb(0, 51, 102);
	
}
h1
{
	font-size: 14px;
}
h2
{
	font-size: 16px;
}
h3
{
	font-size: 18px;
}
h4
{
	font-size: 22px;
}
h5
{
	font-size: 24px;
}
h6
{
	font-size: 26px;
}
