body {  
  color: #666666;
  background-color: #000000;
  scrollbar-3d-light-color: #2C16B8;
  scrollbar-arrow-color: #666666;
  scrollbar-base-color: #666666;
  scrollbar-dark-shadow-color: #2C16B8;
  scrollbar-face-color: #2C16B8;
  scrollbar-highlight-color: #2C16B8;
  scrollbar-shadow-color: #2C16B8;
}

a:link, a:active, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.titolo {
  font-family: Monotype Corsiva;
  font-size: 40;
  font-weight: bold;
  color: #391AEB;
  text-transform: uppercase;
}

.testo {
  font-family: Monotype Corsiva;
  color: #391AEB;
  font-size: 25;  
}

.testo_mini {
  font-family: Monotype Corsiva;
  color: #391AEB;
  font-size: 20;  
}

.testo_news {
  font-family: Monotype Corsiva;
  color: #FF6000;
  font-size: 25;  
}

TABLE {
  border-color: #391AEB;
  border-width: 1px;
}

TR {
  border-color: #391AEB;
  border-width: 1px;
}

TD {
  border-color: #391AEB;
  border-width: 1px;
}

.in_newsbar {
  position: absolute;
  background-color: trasparent;
  top: -3px;
  left: 0;  
  height: 25px;
  padding-top: 0px;
}

.newsbody {
  background-color: #000000;
}

* {margin:0; padding:0}
.sm {
  list-style:none; 
  width:900px; 
  height:60px; 
  display:block; 
  overflow:hidden
}
.sm li {
  float:left; 
  display:inline; 
  overflow:hidden
}
