/* Notebook:*/
html {
  font-size: 12px;
  padding: 8px;
}
/* Title:*/
.Title {
  font-size: 44px;
  font-family: Gill Sans;
  color: #CC0B02;
  line-height: 1.09091;
  margin-left: 27px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 8px;
}
/* Section:*/
.Section {
  font-size: 28px;
  font-family: Gill Sans;
  color: #C24B16;
  line-height: 1.07143;
  border-left: 0px;
  border-right: 0px;
  border-top: 1px;
  border-bottom: 0px;
  border-style: solid;
  border-color: #B2B2B2;
  margin-left: 27px;
  margin-top: 34px;
  margin-bottom: 8px;
  padding: 4px;
}
/* Text:*/
.Text {
  font-size: 20px;
  font-family: Arial;
  line-height: 1.21429;
  margin-left: 66px;
  margin-right: 10px;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 8px;
}

/* TextBottom: - For the footer of Sunkiddance */
.TextBottom {
  font-size: 20px;
  font-family: Arial;
  line-height: 1.21429;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 8px;
}


/* Input:*/
.Input {
  font-size: 13px;
  font-weight: bold;
  margin-left: 66px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 8px;
}
/* Code:*/
.Code {
  font-weight: bold;
  background-color: #EBEBEB;
  margin-left: 66px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 8px;
}
/* Output:*/
.Output {
  font-size: 13px;
  margin-left: 66px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 8px;
}
/* Program:*/
.Program {
  font-family: Courier;
  border-left: 0px;
  border-right: 0px;
  border-top: 1px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #000000;
  margin-left: 66px;
  margin-right: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px;
}
/* Reference:*/
.Reference {
  line-height: 1;
  margin-left: 66px;
  margin-right: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 8px;
}

.script {font-family: Mathematica5, cursive}
.gothic {font-family: Mathematica6, Century Gothic}
.doublestruck {font-family: Mathematica7}