a:link
{
	color: rgb(00,00,99);
	text-decoration: none; 
}
a:visited
{
	color: rgb(247,93,17); 
	text-decoration: none;
} 
a:active 
{
	color: rgb(247,93,17);
	text-decoration: none;
}
a:hover
{
	color: rgb(0,128,0);
	text-decoration: none;
}
body
{
	font-family: Verdana;
	background-color: rgb
	font-size: 9px;
	color: rgb(255,255,255);
	

}
.bodybanner 
{
	background-attachment: fixed;
	background-image: url('../images/Banner/banner-palmen.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.bodymain
{
	scrollbar-3dlight-color:rgb(214,214,214);
	scrollbar-arrow-color: rgb(255,0,0);
	scrollbar-darkshadow-color: rgb(214,214,215);
	scrollbar-face-color:rgb(255,255,255);
	scrollbar-highlight-color:rgb(214,214,214);
	scrollbar-shadow-color: rgb(214,214,214);
	scrollbar-track-color: rgb(255,255,255);
	
	
}
table
{
	font-family: Verdana;
	color: rgb(0,0,0);
	font-size: 9px;
	table-border-color-light: rgb(255,255,255);
	table-border-color-dark: rgb(255,255,51);
	
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana;
}
h1
{
	color: rgb(0,0,0);
	font-size: 10px;
	span style= text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}
h2
{
	color: rgb(153,504,255); 
}
h3
{
	color: rgb(255,0,0); 
}
h4
{
	color: rgb(255,255,255);
	font-size: 14px;
	text-transform: uppercase;
}
h5
{
	color: rgb(0,0,0);
	font-size: 12px;
	margin-left: 2;
	margin-top: 0;
	margin-bottom: 0;
}
h6
{
	color: rgb(0,0,0);
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
}
p
{
	color: rgb(0,0,0);
	font-size: 11px;
}
b
{
	color: rgb(0,0,0);
	font-size: 10px;
}
dd
{
	color: rgb(0,0,0);
	font-size: 12px;
}