body {
   background-color: white;
   font-family: verdana,arial,helvetica;
   font-size: 9pt;
   font-weight: normal;
   margin-left: 25px;
   margin-right: 25px;
  color:black;
}

td { color: #000000 }
p { color: #000000; text-align:justify; }
h1 { 
  color: #7590AE;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
h2 { 
  color: #7590AE;
}
h3 { 
  color: #7590AE;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

a:visited { color: #000000 }

div.code {
  white-space: pre;
  font: 9pt "courier new",monospace;
  color: black;
  width: 95%;
  margin: auto;
  max-width: 850px;
  border: 4px;
  padding: 10px;
  border-style: ridge;
  background-color: #DCDCDC; 
}

div.code2 {
  white-space: pre;
  font: 8pt "courier new",monospace;
  color: black;
  width: 100%;
  background-color: white;
}

div.marker {
  font: 10pt "courier new",monospace;
  font-weight: bold;
  color: black;
  width: 100%;
  background-color: #CCFFFF;
}


a.popupLink {
   background-color: #99FF66;
   text-decoration: none;
}

p.button {
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 150px;
  height: 15px;
  border: 4px;
  border-style: outset;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: gray;
}

p.leftLarge {text-align:left;font-size: 14px;font-weight:bold;margin:5px}
