body {
  background-color: #f5f2ed;
}

.ctr{
  text-align: center;  
}

#info{
  font-family:verdana; 
  font-size: 9pt; 
  font-weight: bold;
  color: #48306a;
  text-align: center;
  vertical-align: text-bottom;
}

a{
  color: #b2544a;
  font-weight: bold;
  text-decoration: underline;
}

table#radio{
  width: 80%; 
  padding: 20px; 
  border-spacing: 10px;
  text-align: center;
  vertical-align: text-top;
  margin-left: auto;
  margin-right: auto;
}

table#logo{
  padding: 20px; 
  border-spacing: 10px;
  text-align: center;
  vertical-align: text-bottom;
  margin-left: auto;
  margin-right: auto;
}

td{
  vertical-align: text-top;
}

.radiotitle{
  font-family:verdana; 
  font-size: 11pt; 
  font-weight: bold;
  color: #000000;
}
.radiolist{
  font-family:verdana; 
  font-size: 10pt; 
  font-weight: bold;
  color: navy;
  text-decoration: none;
}

hr.ft{
  width: 85%;
  border: 0;
  height: 1px;
  background-color: #555555;
}

