body { 
  font-family: sans-serif;
}

div.tune {
  padding-top: 10px;
  padding-bottom: 10px;
}

span.tunename {
  font-weight: bold;
}

div.navbar {
  width: 100%;
  border: 1px #776666 solid;
  text-align: center;
  background-color: #FCFFDF;
}

a.nobox:link {
  border: none;
}

h1 {
  font-size: 130%;
} 

h2 { 
  font-size: 110%;
  padding: none;
 }

div.hymn {
/*  padding-left: 25%; */
}

table { 
  font-size:     85%;
  margin-left:   10%;
  margin-right:  10%;
  margin-top:    2%;
/*  border-top:    1px #776666 solid;
  border-left:   1px #776666 solid;
  border-right:  1px #776666 solid;
*/}

table.prevnext { 
  font-size: 100%;
  width: 100%;
  margin: 0px;
  border: none;
}

table td { 
  border-bottom: 1px #AA9999 solid;
}

table td.darker { 
  background-color: #FCFFDF;
}

table.prevnext td  { 
  border: none;
}

a:link, a:visited { 
  text-decoration: none;
}

a:hover { 
  text-decoration: underline;
 }

a:link img, a:visited img { 
  border: none;
 }
