body {
  color: #ffffff;
  background-color: #000000;
}

A:link {
  color: #ffffff; 
  text-decoration: underline 
}

A:visited {
  color: #999999;
  text-decoration: underline
}

A:hover {
  color: #000000;
  background-color: #6600ff;
}

#news {
  width: 75%;
  position: absolute;
  top: 260px;
  left: 12%;
  margin-right:180px;
  background-color: #000000;
  color: #ffffff;
  border-style:solid;
  border-color:#000000;
  border-width:1px;
}

.newsitem {
  padding-bottom: 10px;
  border-top: groove;
  border-color: #220044;
}

.showhead {
  font-weight: bold;
}

.subscribe {
  width: 60%;
  position: relative;
  left: 20%;
  margin-top: 40px;
  padding-top: 10px;
  border-top: inset;
}

.smaller {
  font-size: x-small;
}