body 
{
    color: black;
    font-family: "Times New Roman";
}
    
h1
{
    text-align: center;
    font-size: 30pt;
    font-weight: bold;
}

ul.leftnavmenu
{
    position: absolute;
    left: -20px;
    top: 150px;
    width: 110px;
    list-style: none;
    line-height: 2;
}

ul.leftnavmenu li
{
    font-size: 14pt;
    font-weight: bold;
    text-align: center;    
    background-image: url(cropped-sheetmetal.jpg);
    background-repeat: no-repeat;
    background-position: center left;
}

ul.leftnavmenu li a
{
    text-decoration: none;
    color: #000000;
    height: 100%;
    width: 100%;
    display: block;
}

pre
{
    position: absolute;
    top: 150px;
    left: 125px;
    font-size: 14pt;
    font-family: "Times New Roman";
}

p.bottomofpage
{
    margin-top: 300px;
    font-size: 12pt;
    font-weight: bold;
    font-family: "Times New Roman";

}


p.menuheader
{
    margin-left: 175px;
    font-size: 17pt;
    font-weight: bold;
    text-decoration: underline;
}

p.menuitem
{
    margin-left: 225px;
    font-size: 12pt;
    font-weight: bold;
}

p.foodmenuitem
{
    margin-left: 225px;
    font-size: 12pt;
}

p.menuitemdescription
{
    margin-left: 250px;
    font-size: 12pt;
}

table.inputtable
{
    margin-top: 50px;
    margin-left: 200px;
    border: none;
}

table.messagetable
{
    margin-top: 25px;
    margin-left: 200px;
    border: none;
}

table.buttons
{
    margin-top: 10px;
    margin-left: 575px;
    border: none;
}

tr.labels
{
   font-size: 14pt;
   font-family: "Times New Roman";
}


