table {
  width: 100%;
}

table a {
  text-decoration: none;  
  color: #4c4c4c;
}

a.downloadText {
  text-decoration: none;
  color: blue;
}

table a:hover, a.downloadText:hover {
  text-decoration: underline;  
  color: black;
}

#sermons {
  vertical-align: top;
}

#sermons tr td {
  padding-left: 15px;
}

#messages, #songs {
  vertical-align: top;  
  width: 50%;
}

#messages {
  padding-right: 10px;
}

#songs {
  padding-left: 10px;
}

#messages p.message, #songs p.song {
  font-size: 12pt;
  font-family: Arial;
}

.date {
  color: gray;
  font-size: 10pt;
}

.messageSubTitle, .songSubTitle {
  color: #4c4c4c;
  font-size: 10pt;
}

a.downloadText {
  font-size: 10pt;
}

.preacher, .performer {
  font-size: 10pt;
}

