/*-------------------------------------------
CSS for Music History 102
--------------------------------------------*/

.mushistFloatLeft {
	float: left;
	margin: 1em 1em 1em 1em;
}

.mushistFloatRight {
	float: right;
	margin: 0 1em 0 1em;
}

hr.mushistThin {
	color: #555555;
	background-color: #555555;
	height: 1px;
	width: 400px;
	text-align: center;
}

hr.mushisthr {
	margin: 5px 0 5px 0;
	width: 90%;
	text-align: center;
}

h1.mushist_h1 {
  font-size: 1.5em
}

h2.mushist_h2 {
  font-size: 1.4em
}

h3.mushist_h3 {
  font-size: 1.3em
}

h4.mushist_h4 {
  font-size: 1.2em
}

h5.mushist_h5 {
  font-size: 1.1em
}


