body {
   height: 100%;
   width: 100%;
   font: normal 13px arial;
}

body table, body table table, body table table table {
  font: normal 13px arial;
}

.MainTitle {
    font:Bold 30px arial;
    color:#FD0013;
    margin: 0px 0px;
}

.content {
  padding: 5px 10px;
  vertical-align: top;
}

.LTContent {
  height:198;
  vertical-align: top;
  font: normal 11px arial;
  background: #ffe3ad;
}

.FoodTitle {
  font: bold 14px arial;
  color: #000;
}

.Price{
 font: bold 20px arial;
 color: #000000;
 text-align: right;
}

.title {
 font: bold 16px arial;
 color: #FD0013;
}

.side_heading {
 font: bold 16px arial;
 color: #855403;
 height: 26px;
 text-align: center;
}

.LTContent a:link, .LTContent a:visited, .LTContent a:active {
  text-decoration: none;
  color: black;
  font: normal 11px arial;
}

.active {
  text-decoration: none;
  color: #FD0013;
}