p, A:link, A:visited, A:hover, A:active, li, td {
  font-size: 12pt;
}

ul.menu {
  float:left;
  width:100%;
  padding:0;
  margin:0;
  list-style-type:none;
}

a, a:link, a:visited {
  text-decoration:none;
  color: black;
  background-color: white;
  font-weight: bold;
}

a:hover, a:active {
  text-decoration:none;
  color: black;
  background-color: Orange;
  font-weight: bold;
}


a.header, a.header:link, a.header:visited {
  text-decoration:none;
  color: black;
  background-color: white;
}

a.header:hover, a.header:active {
  text-decoration:none;
  color: black;
  background-color: white;
}


a.menuitem {
  float:left;
  width:7em;
  padding:0.2em 0.5em;
  border-right:1px solid white;
  text-decoration:none;
  color:white;
  background-color:DimGray;
}

a.menuitem:visited {
  text-decoration:none;
  color:white;
  background-color:DimGray;

}

a.menuitem:hover {
  text-decoration:none;
  color:white;
  background-color:Orange;
}

a.menuitem:active {
  text-decoration:none;
  color:white;
  background-color:Orange;
}

li.menuitem {
  display:inline
}

span.song {
  float:left;
  width:24em;
  padding-top: 1.2em;
}

span.songtitle {
  font-weight: bold;
  text-decoration:underline;
}

.break {
  clear: both; 
}

