@import url("../Books/csf/html/_static/css/jmu.css");

.content {
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  box-shadow: 2px 1px 5px #333, -2px 1px 5px #333;
  padding: 2em 2em 1em 2em;
	margin: 0em 2em 1em 2em;
}

.licenseName {
  border-bottom: 1px solid black;
  font-family: Arial, sans-serif;
  font-size: 2.5em;
	margin-top: 0;
	margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
}

/*
h2, h3, h4, h5, h6 {
  background-color: white;
  color: #336299;
}

html, body {
  background-color: #8596AA;
  color: #000;
  font-family: Arial, sans-serif;
  line-height: 1.5;
  margin: 0 1.5%;
  max-width: 1540px;
  padding: 0;
}

tt {
  font-size:13pt;
}
*/

p, ul, ol {
  color: black;
  text-align: justify;
}
