/* Style Sheet for Use with SSS Meeting Notes. */

p, ol, ul, dl
{
  margin-left:  2em;
  margin-right: 4em;
  text-align:   justify;
}

p.pageTitle
{
  text-align:  center;
  font-weight: bold;
  font-size:   x-large;
}

p.sectionSeparator
{
  text-align:  center;
  font-weight: bold;
  color:       darkGreen;
}

pre
{
  margin-left: 3em;
}

.noticeMe
{
  font-weight:  bold;
  color:        rgb(200,0,0);
}

.topic
{
  font-variant: small-caps;
  font-weight:  bold;
  color:        rgb(0,0,150);
}

.new
{
  background-color: yellow;
}
