/* define the basics, colour, background */

body, table, input, select, textarea
{
  font-size: 9pt;
  line-height: 110%;
}

body, table, input, select, textarea
{
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;

  text-decoration: none;
}

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

  margin: 0.5em;
  border: 0em;
  padding: 0em;
}

/*
    a:link {color: #ccccff}
    a:active {color: #ccccff}
    a:visited {color: #ccccff}
*/

/* define any variations */

h1
{
  font-size: 176%;
  font-weight: bold;
  line-height: 130%;
  text-align: right;
  margin: 0em;
  border: 0em;
  padding: 0.55em 0.8em;
}

h2
{
  width: 768px;
  font-size: 120%;
  font-weight: bold;
  line-height: 100%;
  color: #F90;
  background-color: #333;
  margin: 5px 0px 10px 0px;
  border: 0em;
  padding: 5px;
}

h3
{
  width: 766px;
  font-size: 110%;
  font-weight: bold;
  line-height: 100%;
  color: #333;
  background-color: #ccc;
  margin: 5px 0px 10px 0px;
  border: 1px solid #999;
  padding: 5px;
}

ul li
{
  padding: 0.5em;
}


/* eof */
