.sectionhead
{
  color:          #000000;
  font-size:      120%;
  font-weight:    bold;
  border-bottom:  1px #000000 solid;
}

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

.standout
{
  color:          #8000FF;
  font-weight:    bold;
}

.logopara
{
  text-align:     center;
  margin-top:     20px;
}

.logoimg
{
  border-style:     none;
  text-decoration:  none;
}

.logolink:link, .logolink:visited
{
  text-decoration:  none;
}

.logolink:hover
{
  background-color: transparent;
}

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

.bulletlist li
{
  margin-bottom:    .25em;
  margin-left:      0px;
}



