body  {
  margin: 0% 3% 3% 3%;
  /*    style variant weight size/height family */
  background: rgb(255, 204, 204);
/* rgb(255, 255, 204); */
  color: rgb(0, 51, 0);
  font: normal normal normal 10pt/1.4 'Times New Roman', 'Minion Web', 'Gill Sans', Times, serif;
  }
h1, h2 {
  border-style: none;
  border-width: 1;
  text-align: center;
  font: normal normal bold 1.4em/1.4em 'Times New Roman', 'Minion Web', 'Gill Sans', Times, serif;
  color: black;
  }
h1 {
  margin: 0.5em 0em 0em 0em;
  color: rgb(255, 255, 204);
  background: rgb(153, 0, 0);
  border: 0.5em solid rgb(153, 0, 0);
  }
h2 {
  margin: 0em 0.5em 0em 1em;
  padding: 0.5em 0.5em 0.5em 0.5em;
  color: white;
  font-variant: small-caps;
  background: rgb(204, 51, 51);
  }
h3.h3right {
  margin: 1.5em 1em 0.25em 5em;
  border-style: solid;
  border-color: rgb(255, 204, 255);
  border-width: 0px 32px 6px 0px;
  text-align: right;
  font: normal normal normal 1.2em/1em 'Times New Roman', 'Minion Web', 'Gill Sans', Times, serif;
  color: rgb(204, 0, 204);
  }
ol {
  padding: 5%;
  text-align: center;
  border: thick outset;
  background: rgb(255, 255, 204);
  list-style: decimal;
  }
ol li {
  padding-bottom: 0.3em;
  }
ol ul.inOHP li {
  margin: 0px;
  list-style: circle;
  }
dl#OfficeTalk {
  padding: 5%;
  }
dl#QandA {
  padding: 2%;
  }
dt {
  font-style: normal;
  }
dt.question {
  background: rgb(204, 221, 221);
  }
dd {
  text-indent: 1em;
  }
dd.answer {
  
  }
p.right {
  text-align: right;
  }
p.center {
  text-align: center;
  }
div.Talk_In_The_Lecture {
  background: rgb(255, 238, 238);
  }
div.Talk_In_The_Lecture q {
  font: normal normal medium/100% 'Times New Roman', 'Minion Web', 'Gill Sans', Times, serif;
  }
span.Ruby {
  font: normal bold medium/100% 'Times New Roman', 'Minion Web', 'Gill Sans', Times, serif;
  color: rgb(153, 0, 0);
  }
span.note {
  font: normal lighter smaller/100% 'Times New Roman', 'Minion Web', 'Gill Sans', Times, serif;
  }
span.musicexpression {
  font: italic bolder smaller/100% 'Times New Roman', 'Minion Web', 'Gill Sans', Times, serif;
  }
span.facemark {
  font: normal lighter smaller/100% 'Courier New', Courier, monospace;
  }
abbr {
  font-variant: small-caps;
  letter-spacing: 0.1em;
  }
div.Talk_In_The_Lecture q:first-letter {
  font-size: 150%;
  }
a:link {
  text-decoration: none;
  color: rgb(102, 0, 51);
  } /* unvisited link */
a:visited {
  text-decoration: underline;
  color: rgb(204, 153, 102);
  } /* visited links */
a:active {
  text-decoration: underline;
  color: rgb(255, 204, 204);
  background: rgb(204, 102, 102);
  } /* active links */
a:hover {
  font-weight: bold;
  color: rgb(102, 0, 0);
  background: rgb(255, 255, 204);
  } /* active links */

