BODY {
  overflow: auto;
  font: 13px tahoma,arial;
  color: #ffff99;
  background-color: #000000;
  scrollbar-arrow-color: #ffff99;
  scrollbar-base-color: #000000;
  scrollbar-dark-shadow-color: #ffff99;
  scrollbar-track-color: #800000;
}

P {
  font: 13px tahoma,arial
}

P.heading {
  font: 36pt "times new roman"; text-align:center; color:white
}

P.heading2 {
  font: 24pt "times new roman"; text-align:center; color:white
}

H3 {
  font: bold 16px tahoma,arial; color:red
}

A {
  font: bold 13px tahoma,arial; color:magenta
}

B {
  font: bold 13px tahoma,arial; color:magenta
}

I {
  font: italic 13px tahoma,arial;
  color: white
}

UL {
  font: 13px tahoma,arial; color:#ffff99;
  margin-bottom: 0px;
}

LI {
  font: 13px tahoma,arial; color:#ffff99;
  line-height: 14px;
  margin-bottom: 6px;
}

FORM {
  font: 12px tahoma,arial; color:#ffff99
}

TD {
  font: bold 13px tahoma,arial; color:#ffff99
}

td.lastupdate {
  text-align: center;
  font: bold italic;
  color: red;
}


.ui-dialog .ui-dialog-content {
  padding:0;
}

.ui-widget-overlay {
  background: #000000;
  opacity:0.7;
}

.ui-widget-header {
  background: #d0d4d8;
}

.ui-dialog-titlebar {
  background-color: #d0d4d8;
}

