BODY {
  margin: 0px;
  padding: 0em 0em 0em 11px;
  background:#f1d3b1;
  color:#000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: demi-bold;
  font-size: 10pt;
  text-align:center;
  }

.red { color:#FF0000; }

A { text-decoration:none;}
A:link    { color:#4040FF; }
A:visited { color:#0000C0; }
A:active  { color:#00C000; }
A:hover   { background: #D1BBB0; }

A.menu    { color:#FFFF80; 
            font-weight: bold;
  } 
A.menu:link    { color:#FFFF80; }
A.menu:visited { color:#FFFFA0; }
A.menu:hover   { background: transparent }

A.note { text-decoration:underline; color:#A0A0A0; }

H1 { font-size: 20pt;
  font-family: Monotype Corsiva, Verdana, Arial, Helvetica, sans-serif;
  }
H2 { font-size:18pt; }
H3 { font-size:16pt; }
H4 { font-size:15pt; }
H5 { font-size:14pt; }
H6 { font-size:12pt; }

P {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 11pt;
  }
P.note {
  font-size: 8pt;
  color:#A0A0A0;
  }
P.foto {
  font-size: 8pt;
  font-weight: bold;
  }
P.menu {
  font-size: 8pt;
  font-weight: bold;
  margin-left: 8px;
  margin-bottom:2px; 
  }
UL {
  margin-bottom:0px; 
  }
UL.menu {
  font-size: 8pt;
  font-weight: bold;
  margin:0px; 
  }
LI {
  margin-bottom:0px; 
  list-style: circle;
  }

DT {
  margin-bottom: 5px;
  }
DD {
  margin-bottom: 0px;
  }
TH {
  background:#40E0D0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  }
TD {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  }
TD.menu {
  font-weight: bold;
  font-size: 8pt;
  color:#00FFFF;
  background:#0000FF;
  }
TD.menu-inactive {
  font-weight: bold;
  font-size: 8pt;
  background:#0000FF;
  color:#FFF0C8;
  text-decoration:underline;
  }
  
CODE {
  color:#FF8000;
  }

LEGEND {
  font-weight: bold;
  }

SUP {
  font-size: 8pt;
  }

