BODY { background: #ffffff; font-family: arial}

H1 { font-family: arial; font-style: italic; text-align: right }
H2 { font-family: arial; font-style: italic;  }

p { font-family: arial; font-style: italic;  }


H4 {font: 18pt arial black; font-style: italic; color: #00ffff;}

.dark_table
{
        background-color: #B2E1F6;
        padding-left: 10px;
}

.light_table
{
        background-color: #E0F5FF;
        padding-left: 10px;
}

.meal_header
{
        background-color: #68B4D9;
        font-weight: bold;
}

.table_header
{
        background-color: #37A1DB;
        color: white;
        text-align: center;
        font-weight: bold;
}

.small_padding
{
        padding: 4px;
        text-align: center;
}

.menu_graphic
{
		padding-top: 4px;
		padding-bottom: 4px;
}


