
BODY { 
  background-color: #cfc;
}
BODY.navbar { 
  background: #000066;
}
BODY.logo { 
  background: #000066;
}

P { font-family: arial; color: #000000;  text-align: left; 
}
P.nav {
 text-align: center; 
 font-size: 9pt; 
}
P.cen {
 text-align: center; 
}
P.small {
  font-size: smaller; 
}

LI { font-family: "arial"; color: #000000; }
H1 { 
 color: #009; 
 font-family: "Arial"; 
 text-align: center; 
}
H2 { 
 color: #009; 
 font-family: "Arial"; 
 text-align: left; 
}

H3 { 
 font-family: "Arial"; 
}
H4  {
text-shadow: 3px 3px red, yellow -3px 3px 2px, 3px -3px }

H1.title { 
 color: #fff; 
 background-color: #000; 
 font-family: "Albertus Extra Bold", "Arial Black", "Arial"; 
 font-style: italic; 
 font-size: 40pt; 
 text-align: center; 
}
H2.title { 
 color: #000; 
 font-family: "Albertus Extra Bold", "Arial Black", "Arial"; 
 font-style: italic; 
 text-align: center; 
}


TABLE { 
  border-collapse: separate; 
  border-spacing: 0pt 0pt; 
  background-color: #fff; 
}

TABLE.lcd { 
 border:  outset 3pt #000; 
}

TABLE.noborder { 
/*  border-collapse: separate; */
  border-collapse: collapse; 
  border-spacing: 0pt 0pt; 
  background-color: transparent; 
 border: none;
}
TH {
  font-weight: bold;
  text-align: center; 
  color: #000; 
  background-color: #dff; 
  font-family: Arial; 
  font-size: 12pt; 
  padding: 5px; 
  vertical-align: middle; 
  border: inset 1pt 
}
TH.big {
  color: #c09; 
  font-size: 18pt; 
}
TH.left {
  text-align: left; 
}

TD {
  font-weight: normal;
  text-align: center; 
  color: #000; 
  background-color: #ccf; 
  font-family: Arial; 
  font-size: 12pt; 
  padding: 5px; 
  vertical-align: middle; 
  border: inset 1pt 
}
TD.lcd { 
  font-family: "Monospac821 BT", "Courier New", "MS Courier New", courier, "monospace";
  font-weight: bold; 
  border:  inset 1pt #999; 
  background-color: #eee; 
  padding: 2pt; 
}

TD.led { 
  font-family: "Monospac821 BT", "Courier New", "MS Courier New", courier, "monospace";
  font-weight: bold; 
  font-size: 10pt; 
  border:  none; 
  background-color: #fff; 
  padding: 5pt; 
  text-align: left; 
}

TD.button { 
  border:  outset 3pt #999; 
  background-color: #ffc; 
  padding: 0; 
}

TD.ko {
  text-align: left; 
  font-size: 8pt; 
  padding: 2px; 
  white-space: nowrap;
}
TD.left {
  text-align: left; 
  vertical-align: top;
}

TD.k2 {
  text-align: left; 
  font-size: 8pt; 
  background-color: #ffc; 
  padding: 2px; 
  white-space: nowrap;
}
TD.k3 {
  text-align: left; 
  font-size: 8pt; 
  background-color: #fcc; 
  padding: 2px; 
  white-space: nowrap;
}

TABLE.address { 
  border: none; 
  background-color: transparent;
}
TD.address { 
  font-style: italic; 
  font-weight: normal; 
  font-size: 10pt; 
  text-align: left; 
  background-color: #cfc;
}
SPAN.logo {color: #00CC33; font-family: "Arial"; }

A:LINK {color: #ff3300}
A:VISITED {color: #996600}
A:ACTIVE {color: #33CC33}
A[href]         { text-decoration: underline }
A:focus          { outline: thin dotted invert }
A:hover 	{ background: #ccf }


