body { 
  background-color: #e7dfcb;
  margin: 0px;
  font-size: 13pt; 
  color: #302600;
  font-family: arial; 
  text-transform: lowercase;
}

a:link { text-decoration: none; color: #a00000; }
a:visited { text-decoration: none; color: #a00000; }
a:active { text-decoration: none; color: #302600; }
a:hover { text-decoration: none; color: #302600; }

table {
    border-collapse: collapse;
}

td.title_bar {
  padding: 0px;
}

#title_bar {
  background-color: #ad9c80;
  margin-top: 2em;
  margin-bottom: 1em;
  border-style: solid;
  border-color: #645230;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 0px;
  border-right-width: 0px;
}

#title {
  padding-left: 2em;
  padding-right: 15em;
}
		      
#listen {
  border: 0px;
}

#content_pane {
  padding-left: 2em;
  width: 40em;
}

.big_title {
  font-size: 24pt;
  font-family: arial black, arial, helvetica, verdana;
}

a.nav {
  right-padding: 2em;
}

.t1 { 
  font-weight: bold; 
  font-family: arial,helvetica,verdana; 
  font-size: 18pt; 
  margin-bottom: 0.5em;
}
