body {
  color                 : black;
  background-color      : #F0E0FF;
  font-size		: 10pt;
  font-family		: Arial, Helvetica, sans-serif;
  margin                : 3;
}

table {
  font-family		: Arial, Helvetica, sans-serif;
  width                 : 100%;
  font-size		: 10pt;
  /* border : 1 solid red; */
}

tr.frame {
  background-color      : black;
}

tr.dark {
  background-color      : #F0E0FF;
}

tr.light {
  background-color      : white;
}

td {
  padding               : 0;
}

td.sideboxes {
  text-align		: center;
}

a {
  font-weight		: bold;
  color			: blue;
  text-decoration	: none;
  white-space           : nowrap;
}

a:hover	{
  color			: black;
}

a.title {
  color			: gray;
  text-decoration	: underline;
}

small	{
  font-size		: 8pt;
}

address {
  color			: green;
}

ul {
  font-weight		: bold;
  list-style-image	: url(greendot.gif);
  color			: green;
}

ul ul {
  font-weight		: normal;
  list-style-image	: none;
  color			: black;
}

pre {
  padding-left          : 1cm;
}
