BODY {
    margin: 6;
    font-family: arial, helvetica, sans-serif;
    color: black;
    background: cornsilk;
    font-size: 12pt
  }

a:link {
  color: navy
}

a:visited {
  color: maroon
}

a:active {
  color:tomato
}

TT {
  /* color:black; */
   /* font-family: courier; */
}

PRE {
  /* color:black; */
  /* font-family: courier; */
  font-size: 80%;
  white-space: pre;
  background: #f0f0f0;
  padding: 4px;
  border: thin ridge #f0f0f0;
}

.emphasis { color:red }

LI { font-family: arial, helvetica, sans-serif }

table.header {
  background: #CCFFFF;
  color: #CC0000;
}

table.people {
  background: #dddddd;
  color: #CC0000;
  font-size: 12pt
}

table.light {
  background: #FFFFCC;
  color: #CC0000;
}

tr.dark {
  background: #CCFFFF;
}

tr.light {
  background: #FFFFCC;
}

td {
  font-size: 11pt;
}

td.small {
  font-size: 9pt;
}

td.title {
  font-size: 26pt;
  font-family: arial, helvetica;
  font-weight: bold;
  color: #CC0000;
}

td.smalltitle {
  font-size: 18pt;
  font-family: arial, helvetica;
  font-weight: bold;
  color: #CC0000;
}

div.sect1, div.sect2 {
 padding-left: 30px;
}

h1 {
  color : red;
  background-color : #f5f5f5;
  font-style : normal;
  font-weight : normal;
  width : 100%;
  border-style : solid;
  border-width : 1px;
  border-color : #888;
  padding : 8;
  text-align : center;
  margin-bottom : 0;
}

h2 { 
  background-color : #f5f5f5;
  font-style : normal;
  font-weight : normal;
  width : 100%;
  border-style : solid;
  border-width : 1;
  padding : 3;
}

