body {  
  background-color: white; 
  text-decoration: none; 
  font-size: 12px; 
  font-family:Verdana;
}

body { 
scrollbar-face-color: #FFFFFF; scrollbar-shadow-color: #000000; 
scrollbar-highlight-color: #000000; scrollbar-3dlight-color: #000000; 
scrollbar-darkshadow-color: #000000; scrollbar-track-color: #FFFFFF; 
scrollbar-arrow-color: #000000; 
}

h1 { 
  font-size:24px;
  color:white;
  border-bottom:solid thin black; 
}

h2 { 
  font-size:18px;
  color:white;
}
     
p  { 
  font-size:12px;
  color:white; 
}

.titel {
  font-size: 12px; 
  font-weight: bold; 
  color: white; 
  text-decoration: none
}

.text {  
  font-size: 12px; 
  font-weight: normal; 
  color: white; 
  text-decoration: none
}

.datum {  
  font-size: 11px;
  font-weight: bold;
  color: white;
  text-decoration: none
}

.box {
  border: 1px #FFFFFF solid
}

.album {
  font-size:18px;
  color:white;
}

.shop {
  font-size:14px;
  color:white;
}

td {
  font-size:12px;
  color:white;
}
     
A { color: black; background-color: transparent; text-decoration: underline; }
 
A:VISITED { color: #666666; background-color: transparent; } 

A:ACTIVE { color: red; background-color: transparent; }

A:HOVER { color: red; background-color: transparent; text-decoration: underline; } 

