/* Definition für aktive Links */

a:active 
{  
font-family: Arial, Helvetica, sans-serif; 
font-size: 16px; 
font-style: normal; 
line-height: normal; 
font-weight: bold; 
font-variant: small-caps; 
text-transform: none; 
color: #CC6600; 
text-decoration: none
} 

/* Definition für besuchte Links */

a:visited 
{  
font-family: Arial, Helvetica, sans-serif; 
font-size: 16px; 
font-style: normal; 
line-height: normal; 
font-weight: bold; 
font-variant: small-caps; 
text-transform: none; 
color: #FF9900; 
text-decoration: none
} 

a:hover 
{  
font-family: Arial, Helvetica, sans-serif; 
font-size: 16px; 
font-style: normal; 
line-height: normal; 
font-weight: bold; 
font-variant: small-caps; 
text-transform: none; 
color: #CC6600; 
text-decoration: underline; 
border-style: none; 
border-top-width: thin; 
border-right-width: thin; 
border-bottom-width: thin; 
border-left-width: thin
}

a:link 
{  
font-family: Arial, Helvetica, sans-serif; 
font-size: 16px; font-style: normal; 
line-height: normal; 
font-weight: bold; 
font-variant: small-caps; 
text-transform: none; 
color: #CC6600; 
text-decoration: none
}

BODY 
{
	scrollbar-base-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3d-light-color:;
	scrollbar-dark-shadow-color:;
	scrollbar-shadow-color:;
	scrollbar-arrow-color:#999999;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: small;
	text-decoration: none;
}
