body		
{
	font-family: verdana, arial, helvetica;
	color: #6A2E22;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
	text-decoration: none;
	
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #CCCCCC;
	scrollbar-arrow-color: #CC9966;
	scrollbar-highlight-color: #CC9966;
	scrollbar-3dlight-color: #CC9966;
	scrollbar-shadow-color: #CC9966;
	scrollbar-darkshow-color: #CC9966;
}

td 	{ font-size: 11px; color: #6A2E22; }

/* Beginn Link*/
a:link	{	color: #6A2E22; text-decoration: yes; }
/* für Verweise zu bereits besuchten Seiten*/
a:visited	{	color: #6A2E22;	text-decoration: yes; }
/* für Verweise, während der Anwender mit der Maus darüber fährt*/
a:hover	{	color: #000000; text-decoration: yes; font-style: normal; }
/* für gerade angeklickte Verweise*/
a:active	{	color: #6A2E22;	text-decoration: yes; }
/* Ende Link*/
