/* This defines styles and classes used in the book */

@font-face {
  font-family: "Times New Roman";
  font-style: normal;
  font-weight: normal;
  src: url(times.ttf);
  }


body {
font-family: "Times New Roman", serif;
}


p {
margin-left: 2.5em;
text-align: left;
font-size: 2em;
}

blockquote {
color: #808080;
font-family: "Times New Roman", serif;
margin-left: 1.8em;
text-align: left;
}
h1 {
text-align: justify;
font-size: 3em;
border-bottom: solid 2px;
}
p.red {
text-align: left;
color: red;
font-weight: bold;
margin-top: 3em;
margin-bottom: 3em;
margin-left: 0em;
}
h2 {
text-align: left;
color: #cc0000;
font-size: 3em;
font-weight: 500;
margin-top: 3em;
margin-bottom: 3em;
margin-left: 0em;
}
h3 {
font-style: italic;
text-align: left;
font-size: 3em;
margin-top: 3em;
margin-bottom: 3em;
margin-left: 0em;
}

li {
margin-left: 0em;
}

a {
text-decoration: none;
color: #778899;
}

a.footnoteRef {
	font-size:smaller;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:0;
	top: -0.5em;
vertical-align: super;
}

a:visited {
text-decoration: none;
color: #778899;
}
a:hover {
text-decoration: none;
color: #778899;
}
div.figure {
width: 100%;
margin: auto;
}

