/* Formatting for "span class=" or "<p class=" */

.program {
  text-align:           center;
  font-size:    	large;
 }

.composer {
  font-weight:		bold;
  }

.composition {
  font-style:		italic;
  }

.movements {
  font-style:		italic;
}

.intermission {
  text-align:		center;
  font-weight:		bold;
  }

ul.none {
  list-style-type:      none;
}

ul.none li {
  margin-bottom:        2px;
}

/* Formatting for "div id=" */

#notesHeader {
 height:		40px;
 width:			700px;
 background-color:	#E1611B;
 font-size:		20pt;
 font-family:      	lucida, verdana, arial, sans-serif; 
 text-align:		center;
 }

