/* define the basics, colour, background */

body
{
  color: #000000;
  background: #ffffff;

  margin-top: 8;
  margin-bottom: 8;

  margin-left: 1em;
  margin-right: 1em;
/*  
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
*/
}

body, table
{
  font-weight: normal;
  font-size: 12pt;
  line-height: 14pt;
}


/* define any variations */

h1
{
  font-weight: normal;
  font-size: 172%;
  line-height: 112%;
  text-align: center;
  text-decoration: underline;
}

h2
{
  font-weight: normal;
  font-size: 136%;
  line-height: 112%;
  text-align: center;
  text-decoration: underline;
}

pre
{
  font-weight: normal;
  font-size: 10pt;
  line-height: 11pt;
}


/* define my own styles */

p.my-narrow
{
  margin-left: 4em;
  margin-right: 4em;
}

p.my-quote
{
  font-style: italic;
  margin-left: 4em;
  margin-right: 4em;
}

p.my-quote-author
{
  margin-left: 6em;
}
