BODY { 
  background: #aaaaaa;
}

H1, H2, H3, H4, LI, A, BLOCKQUOTE, TD {
  font-family: sans-serif;
}

H1 { 
  font-size: 14pt;
}

H2 { 
  font-size: 13pt;
}

H3 { 
  font-size: 11pt;
}

P { 
  font-family: sans-serif;
  font-size: 10pt;
}

P.price { 
  color: #ff0000;
  font-weight: bold;
}

P.menu_items { 
  font-size: 10pt;
  color: #eeeeee;
}

LI { 
  font-size: 10pt;
}

A { 
  color: #333333;
}

A.footer {
  color: #ffffff;
}

A.menu {
  color: #eeeeee;
  text-decoration: none;
}

A.menu_bold {
  color: #eeeeee;
  text-decoration: underline;
  font-weight: bold;
}

A.footer {
  color: #eeeeee;
}

TD.table_bg { 
  background: #000000;
}

TD.table_header { 
  background: #000000;
  color: #eeeeee;
}

TD.table_menu { 
  background: #333333;
  color: #eeeeee;
}

TD.table_body { 
  background: #dddddd;
  color: #111111;
}

TD.table_footer { 
  background: #333333;
  color: #eeeeee;
  font-size: 8pt;
}

TD {
  font-size: 10pt;
}