body {
  color: black;
  background-color: white;
  }

h1.banner {
  font-size: 28pt;
  font-family: 'Brush Script MT', 'Challenge Extra Bold', 'QuickType Condensed', 'Short Hand', sans-serif;
  font-weight: normal;
  line-height: 100%;
  padding-left: 4px;
  padding-top: 0;
  padding-bottom: 4px;
  margin-bottom: 12px;
  border-style: none;
  background-color: red;
  }

p.topbanner {
  font-size: 24pt;
  font-weight: bold;
  line-height: 100%;
  padding-left: 4px;
  padding-top: 0;
  padding-bottom: 0.4em;
  margin-bottom: 0.4em;
  border-style: none;
  }

p {
  font-size: 10pt;
  font-family: verdana, helvetica, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}

p.sidebar {
  font-family: verdana, helvetica, sans-serif;
  font-size: 8pt;
}

p.navhead {
  font-family: verdana, helvetica, sans-serif;
  font-size: 9pt;
}

p.navhead a {
  text-decoration: none;
  color: blue;
}

p.navhead a:visited {
  color: blue;
}

p.navhead a.sidelink:visited {
  color: blue;
}

p.editorial {
  font-size: 8pt;
  color: gray;
}

li {
  font-size: 10pt;
  font-family: Arial, sans-serif;
  padding-left: 1em;
  }

p.scene {
  color: green;
  font-weight: bold;
  font-style: oblique;
  }

p.headline {
  color: red;
  font-weight: bold;
  margin-top: 1em;
  }

p.s {
  margin-top: 0;
  padding-left: 20px;
  text-indent: -20px;
  }

p.s em {
  font-weight: bold;
  font-style: normal;
  }

p.nav {
  font-size: 8pt;
  }

em {
  color: black;
  font-weight: normal;
  }

p.scene em {
  color: blue;
  font-style: normal;
  font-weight: bold;
  }

b.section {
  font-weight: normal;
  text-decoration: underline;
  }

b.secthead {
  font-weight: normal;
  text-decoration: underline;
  }

h3 {
  font-size: 12pt;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: red;
  line-height: 100%;
  margin-bottom: 0;
  }

h4 {
  font-size: 10pt;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: black;
  line-height: 150%;
  background-color: #e0e0e0; 
  margin-bottom: 0;
  }

@media screen {
a:hover {
  background: #ffa;
  color: black;
  }
}
