body {
  background-color:#222244;
  color:#ffffff;
  font-family:sans-serif;
  font-size:small;
}

font.warning {
  color: red;
  font-family:sans-serif;
  font-style:italic;
  font-weight:bold;
}

h1.title {
  text-align:center;
}

h2.title {
  text-align:center;
}

table.plist {
  border:none;
  padding:4;
}

tr.bright {
  background-color:#666688;
}

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

tr.highbright {
  background-color:#30c248;
}

tr.highdark {
  background-color:#0ea026;
}

tr.actbright {
  background-color:#398126;
}

tr.actdark {
  background-color:#195106;
}

td.bright {
  background-color:#666688;
}

td.dark {
  background-color:#444466;
}

td.highbright {
  background-color:#30c248;
}

td.highdark {
  background-color:#0ea026;
}

td.actbright {
  background-color:#398126;
}

td.actdark {
  background-color:#195106;
}


a:link.menu {
 color: #AAAAFF;
 font-weight:bold;
 text-decoration:none;
}

a:active.menu {
 color: lightGrey;
 font-weight:bold;
 text-decoration:none;
}

a:visited.menu {
 color: #AAAAFF;
 font-weight:bold;
 text-decoration:none;
}

a:link.normal {
 color: #AAAAFF;
 font-weight:normal;
 text-decoration:none;
}

a:active.normal {
 color: lightGrey;
 font-weight:normal;
 text-decoration:none;
}

a:visited.normal {
 color: #AAAAFF;
 font-weight:normal;
 text-decoration:none;
}

a:link.white {
 color: #FFFFFF;
 font-weight:normal;
 text-decoration:none;
}

a:active.white {
 color: #FFFFFF;
 font-weight:normal;
 text-decoration:none;
}

a:visited.white {
 color: #FFFFFF;
 font-weight:normal;
 text-decoration:none;
}

a:link.red {
 color: #EEAAAA;
 font-weight:normal;
 text-decoration:none;
}

a:active.red {
 color: #EEAAAA;
 font-weight:normal;
 text-decoration:none;
}

a:visited.red {
 color: #EEAAAA;
 font-weight:normal;
 text-decoration:none;
}

a:link.bred {
 color: #FF2222;
 font-weight:bold;
 text-decoration:none;
}

a:active.bred {
 color: #FF2222;
 font-weight:bold;
 text-decoration:none;
}

a:visited.bred {
 color: #FF2222;
 font-weight:bold;
 text-decoration:none;
}

table.gauge {
 margin-left:0px;
 margin-right:0px;
 margin-top:3px;
 margin-bottom:3px;
 min-height:5px;
 padding:0px;
} 

