body
{ 
  font-family: Verdana;
  font-size:10pt;
}

.title
{
  font-weight:bold;
}

.creator
{
  font-size:x-small;
  text-align:right;
  margin:1em 2em;
}

.body
{
  margin:0.5ex 0.5em;
}

.chapter .title
{
  font-size:14pt;
  font-weight:bold;
}

.section .title
{
  font-size:13pt;
  font-weight:bold;
}

.subsection .title
{
  font-size:12pt;
  font-weight:bold;
}

.subsubsection .title
{
  font-size:11pt;
  font-weight:bold;
}

.fig .title, .code .title, .tabl .title
{
  font-size:10pt;
  font-weight:bold;
  color:navy;
  background-color:cyan;
}

.fig
{
  margin:0 5em;
  text-align:center;
}

.tabl
{
  margin:0 5em;
  text-align:center;
}

.code
{
  margin:0 5em;
  background-color:LightCyan;
  font-family:monospace;
}

p
{
  text-indent:1em;
}

pre
{
  margin:0.3ex 0em;
}

.contents, .index
{
  background-color:LightGrey;
  margin:0.5em 5em;
}

.wslist
{
  border:1px solid blue;
  margin:0.5em 5em;
}

th
{
  background-color:mediumturquoise;
}

td
{
  background-color:aquamarine;
}

.note
{
  margin:1ex 5em;
  background-color:LightYellow;
  border:1 solid brown;
  padding:3px;
}

