/* Cascading style sheet to lay out lessons & essays
 * Use following to link this stylesheet to web page:
 *   <LINK REL=stylesheet HREF="./css_gen.css" TYPE="text/css">
 *
 * Colors: color codes table and samples: http://www.htmlhelp.com/cgi-bin/color.cgi
 *    Colors are based on following: #rrggbb, where r=red, g=green, and b=blue and values
 *    range from 0 to F. Examples:
 *    beige= #FFFACD or #F5F5DC or #FFFDDD, blanche dalmond=#FFEBCD, lt blue=#CCFFFF, dark 
 *    ivory=#FFFFCC, light ivory=#FFFDDD, white=#FFFFFF light blue=#ABCDEF
 *
 *    default VLINK=#551A8B blue=#0000EE dark blue=#00008B red=#FF0000 dark red=#8B0000
 *
 *  NOTE: Colors are darker and pinker in WinXP: light yellow (tan in WinXP)=#FFFFC0; tan=#EEDDAA; 
 *    light green=#EEFFDD
 */

.indent{
  text-align: left;
  text-indent: 2em;
  }

.lh1{
  line-height: .7em;
  }

.lh2{
  line-height: .4em;
  }

.inline{
  display: inline;
  }

.idx_title{
  font-family: "Times New Roman", serif;
  font-size: 130%;
  font-style: normal;
  font-variant: small-caps;
  font-weight: 900;
  }

a:link{
  color: #0000BB;
  text-decoration: none;
  }

a:visited{
  color: #771A58;
  text-decoration: none;
  }

a:hover{
  text-decoration: underline;
  }

BlockQuote{
  text-align: left;
  margin-left: 2.0em;
  }

BODY{
  background-color: #FFFDDD;
  margin-left: 7%;
  margin-right: 7%;
  font-family: "Times New Roman", serif;
  font-size: 100.01%;
  }

DIV.artdate{
  text-align: right;
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-weight: 600;
  }

DIV.title{
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: "Times New Roman", serif;
  font-size: 105%;
  font-style: italic;
  font-variant: small-caps;
  font-weight: 700;
  }

DT.idx_ll{
  font-family: "Times New Roman", serif;
  font-size: 105%;
  font-style: normal;
  font-variant: small-caps;
  font-weight: 900;
  }

DD.idx_ll{
  margin-right: 4em;
  }

Em{
  font-weight: bold;
  font-style: italic;
  color: black;
  }

H1{
  font-family: Charlesworth, "Times New Roman", serif;
  font-size: 160%;
  font-weight: 500;
  text-align: center;
  font-variant: small-caps;
  line-height: 1.5ex;
  }

H2{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 135%;
  font-variant: small-caps;
  font-weight: 700;
  }

H3{
  font-family: "Times New Roman", serif;
  font-size: 140%;
  font-style: italic;
  font-weight: 800;
  }

H4{
  font-family: "Times New Roman", serif;
  font-size: 130%;
  font-style: italic;
  font-variant: small-caps;
  font-weight: 800;
  line-height: 60%;
  }

H5{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 120%;
  font-style: normal;
  font-variant: small-caps;
  font-weight: 600;
  line-height: 80%;
  }

H6{  font-family: "Times New Roman", serif;
  font-size: 120%;
  font-style: italic;
  font-weight: bold;
  }

Font.lvl2{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 135%;
  font-variant: small-caps;
  font-weight: 700;
  line-height: 1.7ex;
  }

Font.lvl3{
  font-family: "Times New Roman", serif;
  font-size: 140%;
  font-style: italic;
  font-weight: 800;
  line-height: 1.5ex;
  }

Font.lvl4{
  font-family: "Times New Roman", serif;
  font-size: 130%;
  font-style: italic;
  font-variant: small-caps;
  font-weight: 600;
  line-height: 1.4ex;
  }

Font.lvl5{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 120%;
  font-style: normal;
  font-variant: small-caps;
  font-weight: 600;
  line-height: 1.2ex;
  }

Font.lvl6{
  font-family: "Times New Roman", serif;
  font-size: 120%;
  font-style: italic;
  font-weight: 900;
  line-height: 1.9ex;
  }

Font.printand{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 1.5ex;
  font-style: italic;
  font-weight: 100;
  }

IMG.title{
  border-style: none;
  border-width: 0;
  }

Table.bar_lined{
  display: table;
  margin: 0em;
  padding: 0em;
  width: 100%;
  height: 4ex; 
  border-collapse: separate;
  border-color: #72B2FF;
  border-style: solid none;
  border-width: 3px;
  border-spacing: 0em;
  background: #FEECBA;
  text-align: center;
  }

TR.declaration{
  font-family: "Times New Roman", serif;
  font-size: 2.6ex;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
  text-align: center;
  }

TR.buttonbar{
  font-family: Albertus, Verdana, Helvetica, sans-serif;
  font-size: 2.3ex;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  }

TR.endbar{
  font-family: "Times New Roman", serif;
  font-size: 3.2ex;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
  text-align: center;
  color: #0000AA;
  }

