/* Luna Vegas News CSS */

body, html {
  margin: 0;
  background-color: #000000;
  scrollbar-arrow-color: #42ff00;
  scrollbar-track-color: #000000;
  scrollbar-face-color: #000000;
  scrollbar-highlight-color: #42ff00;
  scrollbar-3dlight-color: #000000;
  scrollbar-darkshadow-color: #000000;
  scrollbar-shadow-color: #42ff00;
}

a:link {
  color: #ff0000;
  text-decoration: none;
  font-weight: normal 
}

a:visited { 
  color: #ff0000;
  text-decoration: none;
  font-weight: normal; 
}

a:active {
  color: #ff0000;
  text-decoration: none; 
}

a:hover {
  color: #42ff00;
  text-decoration: overline underline;
  font-weight: none; 
}

.luna {
  font-style: normal;
  color: #ffff00;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px;
}

.LunaGreen {
  font-style: normal;
  color: #42ff00;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px;
}