/* Notebook:*/
html {
  font-size: 12px;
  background-color: #FDF5E6;
  padding: 8px;
}
/* Title:*/
.Title {
  font-size: 36px;
  font-family: Helvetica;
  font-weight: bold;
  color: #000000;
  background-color: #BCE4CE;
  padding: 8px;
  margin-left: 12px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.TitleInline {
  font-size: 36px;
  font-family: Helvetica;
  font-weight: bold;
  color: #000000;
  background-color: #BCE4CE;
}
/* Subtitle:*/
.Subtitle {
  font-size: 24px;
  font-family: Helvetica;
  background-color: #D0E6EC;
  padding: 8px;
  margin-left: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.SubtitleInline {
  font-size: 24px;
  font-family: Helvetica;
  background-color: #D0E6EC;
}
/* Chaptertitle:*/
.Chaptertitle {
  font-size: 24px;
  font-family: Helvetica;
  background-color: #F0DFC8;
  padding: 8px;
  margin-left: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.ChaptertitleInline {
  font-size: 24px;
  font-family: Helvetica;
  background-color: #F0DFC8;
}
/* Subsubtitle:*/
.Subsubtitle {
  font-size: 14px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: bold;
  padding: 8px;
  margin-left: 12px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.SubsubtitleInline {
  font-size: 14px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: bold;
}
/* Section:*/
.Section {
  padding: 8px;
  border: 0px;
  border-style: solid;
  border-color: #000000;
}
.SectionInline {
}
/* Subsection:*/
.Subsection {
  padding: 8px;
  display: list-item;
  list-style-type: square;
}
.SubsectionInline {
}
/* Subsubsection:*/
.Subsubsection {
  padding: 8px;
  display: list-item;
  list-style-type: square;
}
.SubsubsectionInline {
}
/* Subsubsubsection:*/
.Subsubsubsection {
  padding: 8px;
  display: list-item;
  list-style-type: square;
}
.SubsubsubsectionInline {
}
/* Subsubsubsubsection:*/
.Subsubsubsubsection {
  padding: 8px;
}
.SubsubsubsubsectionInline {
}
/* Text:*/
.Text {
  font-size: 14px;
  padding: 8px;
}
.TextInline {
  font-size: 14px;
}
/* Input:*/
.Input {
  font-size: 13px;
  font-weight: bold;
  background-color: #F9E8D0;
  padding: 8px;
}
.InputInline {
  font-size: 13px;
  font-weight: bold;
  background-color: #F9E8D0;
}
/* Output:*/
.Output {
  font-size: 13px;
  font-weight: bold;
  padding: 8px;
}
.OutputInline {
  font-size: 13px;
  font-weight: bold;
}

@media screen{
}

@media print{
}

.script {font-family: Mathematica5, cursive}
.gothic {font-family: Mathematica6, Century Gothic}
.doublestruck {font-family: Mathematica7}