/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
.math    { font-family: "Century Schoolbook", serif; }
.math i  { font-family: "Century Schoolbook", serif; font-style: italic }
.boldmath { font-family: "Century Schoolbook", serif; font-weight: bold }

body {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #dddddd;
}

body > div {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #ffffff;
  border: 1px #dddddd solid;
  border-top: 0;
  border-bottom: 0;
}

div.navigation {
  background-color: #eeeeee;
  border: 2px #666666 solid;
  padding-left: 2%;
  padding-right: 2%;
}

div.banner {
  border: 2px #666666 solid;
  padding-left: 2%;
  padding-right: 2%;
}

.bannerh {
  text-align: center;
}

table.firstnavrow {
  width: 100%;
}
table.secondnavrow {
  width: 100%;
}

/* This matches only the source code tables. */
table[rules] {
  margin-top: 1em;
  margin-bottom: 1em;
}

tbody > tr > td {
  padding-left:  5px;
  padding-right: 5px;
}
tbody > tr > td + td {
  padding-left:  10px;
  padding-right: 10px;
}


/* implement both fixed-size and relative sizes */
small.xtiny             { font-size : xx-small }
small.tiny              { font-size : x-small  }
small.scriptsize        { font-size : smaller  }
small.footnotesize      { font-size : small    }
small.small             {  }
big.large               {  }
big.xlarge              { font-size : large    }
big.xxlarge             { font-size : x-large  }
big.huge                { font-size : larger   }
big.xhuge               { font-size : xx-large }

/* heading styles */
H1              {  }
H2              {  }
H3              {  }
H4              {  }
H5              {  }

/* mathematics styles */
div.displaymath         { }     /* math displays */
td.eqno                 { }     /* equation-number cells */

/* document-specific styles come next */
div.navigation          {   }
span.bfseries           {   }
table.equation          {  }
table.subequations              {  }
div.center              {   }
span.itshape            {   }
span.textit             { font-style: italic  }
span.arabic             {   }
span.textbf             { font-weight: bold  }

