body {
  font-family: serif;
}

a {
    color: black;
}

a:hover {
    text-decoration: none;
}

a img {
  border: none
}

table#news_body {
  width: 60%;
  border-bottom: solid 1px #999;
  border-top: solid 1px #999;
  background-color: #fff;
}

td#news_content {
  padding: 10px;
  width: 80%;
}

td#news_sidebar {
  padding: 10px;
  width: 20%;
  border-left: solid 1px #999;
}

div#music_body {
  width: 60%;
}

div#shows_list {
  width: 40%;
}

div#news_archive {
  width: 20%;
  text-align: left;
}
