/* define the basics, colour, background */

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

body, table
{
  font-family: sans, sans-serif;
  font-style: normal;
  font-weight: normal;

  text-decoration: none;
}

body
{
  color: #463083;
  background: #ecebf3;
  zbackground: url(./files/squ_pic_water1.jpg) #ffffff scroll center top;

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

  margin-left: 1em;
  margin-right: 1em;
}

p
{
  margin-top: 12pt;
  margin-bottom: 12pt;
}

p.center
{
  text-align: center;
}

ul li
{
  padding: 0.3em;
}

ul.alpha
{
  list-style: upper-alpha;
}

ul.alpha li
{
  padding: 0.3em;
}

dl.rug
{
  margin-left: 2em;
}

dl.rug dt
{
  float: left;
  clear: left;
  padding: 0.3em;
}

dl.rug dd
{
  clear: right;
  padding: 0.3em;
}


/* define my own styles */

span.center
{
  text-align: center;
}

p.rug_h2
{
  clear: both;
  font-size: 160%;
  line-height: 110%;
  text-decoration: underline;
  margin-top: 1em;
}

p.rug_h3
{
  clear: both;
  font-size: 120%;
  line-height: 110%;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 1em;
}
