.home {
text-align: center;
}
TD {
vertical-align: top;
}

.header {
background-color: red;
border-style:dashed; 
border-width:1px;
margin-left: 7%;
padding-right: 0px;
}
.menu {
background-color:#666666;
border-style:dashed; 
border-width:1px;
margin-left: 7%;
}

.content {
display: inline-block;
padding: 6px;
background-color:#FFFFFF;
border-style:dashed; 
border-width:1px; 
margin-left: 7%;
}

.subtitle {
color: blue;
font-weight: 700;
}

.subtitle-black {
color: #000000;
font-weight: 700;
}

.lunch_special_title {
color: blue;
font-weight: 900;
font-family: Bodoni MT Black, Arial;
font-size: 36pt;
}

.lunch_special_subtitle {
color: blue;
font-weight: 900;
font-family: Arial Rounded MT Bold, Arial;
font-size: 14pt;
}

.food_menu_item { 
color: red;
font-weight: 700;
}

.section_title {
color: blue;
font-weight: 800;
font-size: x-large;
}

.square_list {
list-style-type: square;
}