body 
{  
  padding: 0px;
  margin: 0px;
  color: black;
  font-family: "Trebuchet MS", Palatino, sans-serif;
  background-color:transparent;
}

td {
     color:black;
     font-size:13px;
}

div {  
      color: black;
      font-size: 13px;
      text-align: left;
}



input, textarea { 
        background-color:lightgrey;
}

a:link 
{
  color: black;
  text-decoration: underline;
}

a:visited 
{
  color: black;
  text-decoration: underline;
}

a:hover 
{
  color:black;  
  font-weight: bold;
}

a.doglink:link {  
  text-decoration: none;
}
a.doglink:visited {  
  text-decoration: none;
}

img {  
      border: none;
      padding: 4px;
}

img.music 
{  
  height:65px;
}

img.musicSelect 
{  
  height:100px;
}

.newsbox 
{  
  border-style: none;
  border-width: 1;
  padding: 1px; 
  width: 360px;
  text-align: left;
  scrollbar-arrow-color: black;
  scrollbar-base-color: black;
  scrollbar-dark-shadow-color: black;
  scrollbar-track-color: black;
  scrollbar-face-color: black;
  scrollbar-shadow-color: #ccc;
  scrollbar-highlight-color: #ccc;
  scrollbar-3d-light-color: #ccc;
}

.newstext 
{
  position: relative; 
  color: #000000;
}

.newshead
{
  position: relative;
  margin-bottom: 4;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}

.newsdate
{  
  position: relative;
  color: #000000;
  font-family: Verdana;
  font-style: oblique;
  font-size: 10px;  
}


img.transp 
{  
  -moz-opacity:0.3;
  filter:alpha(opacity=30);
}

