a:link {
  color: rgb(102, 0, 102);
  text-decoration : none;
}

a:visited {
  color: rgb(102, 0, 102);
  text-decoration : none;
}


a:hover {
  color: rgb(255, 102, 255);
  text-decoration : none;
}

a:active {
  color: rgb(255, 102, 255);
  text-decoration : none;
}

body {
  text-align: left;
  font-family: verdana, arial, tahoma;
  font-size: 7.5pt;
  line-height : 1.5;
  color:rgb(102, 102, 102);
}


#container {
  width: 342;
  height: 413;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

#headline {
  font-weight: bold;
}

#news {
  top: 50;
}

#news ul {
  list-style: none;
}

#news li {
  margin-left: -40;
  padding: 0;
}