body 
{
background-image: url('fade.jpg');
background-repeat: repeat;
}

table
{empty-cells: show;}

table.menulist
{width: 100%;
background-image: url('tall-table.jpg');
text-align: right;}

table.about
{width: 100%;
background-color: silver;
text-align: right;}

table.menulistnojs
{width: 700px;
background-image: url('wide-table.jpg');
}

table.maintextbox
{width: 100%;
height: 150px;}


td
{font-family: Times New Roman, Garamond, Perpetua;
font-size: small;}

td.menu
{width: 130px;}

td.arrowbox
{width: 20px;}

td.menuitem
{height: 12px;
white-space: nowrap}

td.maintextbox
{width: 100%;
height: 100%;}

td.maintext
{
background-color: White;
width: 500px;
}

td.filler
{
width: 170px;
}

td.columnsnojs
{
width: 120px;
}

td.maintextnojs
{
background-color: White;
width: 650px;
}

a:link 
{color: black;}

a:visited
{color: black;}

a:hover
{color: black;}

a:active
{color: black;}


