
body { 
  color: rgb(0, 0, 0);
  background-color: #7E9FC0;
  background-image: url(cloud2.jpg);
  background-position: top left;
  background-attachment: fixed;
  font-family: Arial, helvetica, sans-serif;
  /*font-weight:600;*/
  max-width: 800px;
  font-size: 11pt;
}

a:link {color: #bc3608; font-style: italic; text-decoration: none; }
a:active {color: #0000ff; font-style: italic; text-decoration: none; }
a:visited {color: #bc3608; font-style: italic; text-decoration: none; }
a:hover {color: #bc3608; font-style: italic; text-decoration: underline; }

hr { 
  height: 2px;
}

dt {
  font-weight: bold;
}

div.pagetitle {
  font-size: 40pt;
  font-weight: normal;
  color: #bc3608 /*rgb(209, 102, 62)*/;
}

/*
div.shadow {
  position:relative;
  display:block;
  font-weight: normal;
  color: rgb(209, 102, 62);
}
div.shadow span { position:absolute; display:block; top:0px;  }
div.shadow:before { display:block; padding:2px; content: attr(title); color:#666;  } 
*/

div.heading {
  font-size: 18pt;
  font-weight: bold;
  color: #bc3608; /*rgb(188, 92, 56);*/
}

div.subheading {
  font-size: 13pt;
  font-weight: bold;
  color: #bc3608; /*rgb(188, 92, 56);*/
}

ul li {
  margin-bottom: 1ex;
}

