

/* Main Body */
body {
  font-family: Garamond, serif;
  text-align: justify;
  line-height:1.5em;
  }

h1 {
  font-family: 'Trebuchet MS', Trebuchet, sans-serif;
  font-size: 24pt;
  font-weight: normal;
  text-align: left;
  line-height:1.5em;
  margin-top:3em;
  margin-bottom:2em;
  }
  
h2 {
  font-family: 'Trebuchet MS', Trebuchet, sans-serif;
  font-size: 18pt;
  font-weight: normal;
  font-style: italic;
  text-align: left;
  margin-top:2.5em;
  margin-bottom:0.25em;
  }
  
h3 {
  margin-top:2em;
  margin-bottom:0;
}

p {
  margin:6pt 0 6pt 0;
  }
  
/* Hide links and whatnot */
.navLinks, .header {
  display:none;
  visibility:hidden;
  overflow:hidden;
  height:0; width:0;
}


/* Overwrite stuff from academic */
.textDiv {
  width:90%;
  margin-left: 4.5%;
  margin-right: 4.5%;
}

* html .textDiv {
  width:100%;
  margin:0;
}

.textDiv .figure, .textDiv .table, .textDiv .equation {
  text-align:center;
  margin:auto;
  padding:0;
}

.reference {
  text-align: left;
  text-indent: -32pt;
  padding-left:32pt;
  width:auto;
  margin-left: 0;
  margin-right: 0;
}

#pineapple {
  display:none;
  visibility:hidden;
  height:0; width:0;
  overflow:hidden;
 }

