BODY { 
  background: url("logo.png") center no-repeat fixed; 
  scrollbar-face-color: 000000; 
  scrollbar-shadow-color: 000000; 
  scrollbar-highlight-color: 000000; 
  scrollbar-3dlight-color: 000000; 
  scrollbar-darkshadow-color: 000000; 
  scrollbar-track-color: 000000; 
  scrollbar-arrow-color: FFFFFF; 
  text-align: center; 
  font-weight: bold;
  font-size: 24px;
  background-color: 000000;
} 

A 		{ color: white; text-decoration: none; font-weight: bold; } 
A:visited 	{ color: white; } 
A:hover 	{ color: yellow; text-decoration: underline; }