@charset "utf-8";
/* CSS Document */

body
{ 
background-image: 
url('repeater.gif');
background-repeat: repeat-x
}

.menu_title { 
  color: #990000; 
  font-family:arial; 
  font-size: 20pt; 
}


.menu_sub_title { 
  color: #990000; 
  font-family:arial; 
  font-size: 16pt;
  font-weight: bold;
}

.menu_sub_title_italic { 
  color: #000000; 
  font-family:arial; 
  font-size: 10pt;
  font-style: italic;
}

.menu_dish_title {
  color: #990000;
  font-family:arial; 
  font-size: 10pt;
  font-weight: bold;
}

.home_link { 
  color: #003366; 
  font-family:arial; 
  font-size: 14pt;
  line-height: 18pt;
  text-decoration: none;
}

.footer_anchor { 
  color: #990000; 
  font-family:arial; 
  font-size: 10pt;
  text-decoration: none;
}











