

body
{
  font-family:      Arial, Helvetica, Sans-Serif;
}

tr.MenuRow
{
  background-color: #cccccc;
  width:            100%;
}

h2.Header
{
  text-align:   center;
}

p.Body
{
  font-size:    medium;
  font-style:   normal;
  font-weight:  normal;
}

li.Category
{
  font-size:    small;
  font-style:   normal;
  font-weight:  bold;
}

li.Item
{
  font-size:    small;
  font-style:   normal;
  font-weight:  normal;
}

.Item_ComingSoon
{
  font-size:    small;
  font-style:   italic;
  font-weight:  bold;
}

.Logo
{
  border:   0px;
}

.MenuItem
{
  background-color: #cccccc;
  color:            black;
  font-weight:      bold;
  text-decoration:  none;
  margin:           3px;
}

.MenuItem_Over
{
  background-color: #cccccc;
  color:            blue;
  font-weight:      bold;
  text-decoration:  none;
  margin:           3px;
}

.MenuItem_Current
{
  background-color: #cccccc;
  color:            purple;
  font-weight:      bolder;
  text-decoration:  none;
  margin:           3px;
}

