/* copyright, 2008, Woodland Engineering */

.notation
{
  color:          #234D65;
  font-size:      120%;
  font-style:     italic;
  font-weight:    bold;
  text-align:     center;
}

.articlehead
{
  color:          #2139AB;  /* #49499E; */ /* #0000CC; */
  font-size:      170%;
  font-weight:    bold;
  font-style:     italic;
  text-align:     left;
}

.sectionhead
{
  color:          #000000;
  font-size:      120%;
  font-weight:    bold;
}

.introducer
{
  color:          #000000;
  font-weight:    bold;
}


.enummed
{
  list-style-type:  lower-alpha;
}

.enummed li
{
  margin-bottom:    1em;
  margin-left:      20px;
}

.bulletlist
{
  list-style-type:  disc;
}

.bulletlist li
{
  margin-bottom:    1em;
  margin-left:      20px;
}



