/* define the basics, colour, background */

body
{
  font-weight: normal;
  font-size: 12pt;
  line-height: 13pt;

  color: #000000;
  background: #339900;

  margin: 1em;
  border: 1em;
}

/*
body, table
{
  color: #000000;
  background: #ffffff;

  font-weight: normal;
  font-size: 12pt;
  line-height: 14pt;
}
*/

/* define any variations */

a
{
  font-family: times;
  color: #000000;
  text-decoration: none;
}

a.menu1
{
  font-style: normal;
  font-weight: bold;
  font-size: 10pt;
  line-height: 23pt;
  padding-top: 5pt;
  padding-bottom: 6pt;
  padding-left: 2px;
}

a.menu1:hover
{
  background: #902D90;
}

a.menu2
{
  font-style: normal;
  font-weight: bold;
  font-size: 12pt;
  line-height: 12pt;
}

a.menu2:hover
{
  color: #ffffff;
}

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;
}


/* define my own styles */

span.h1
{
  font-style: normal;
  font-weight: normal;
  font-size: 300%;
  line-height: 100%;
  text-decoration: underline;
}

span.h2
{
  font-style: normal;
  font-weight: normal;
  font-size: 172%;
  line-height: 100%;
  text-decoration: none;
}

span.menu
{
  font-family: sans-serif;
}

span.menu1
{
  font-style: italic;
  font-weight: bold;
  font-size: 14pt;
  line-height: 14pt;
}

span.menu2
{
  font-style: normal;
  font-weight: bold;
  font-size: 12pt;
  line-height: 12pt;
}

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;
}

p.my-title
{
  text-align: center;
  font-size: 300%;
  line-height: 112%;
  text-weight: normal;
  font-style: normal;
  text-decoration: none;
}

p.my-section
{
  text-align: center;
  font-size: 136%;
  line-height: 112%;
  text-weight: normal;
  font-style: italic;
  text-decoration: underline
}
