﻿
table.edged
{
	border-top: blue solid thin;
	border-left: blue solid thin;
	border-right: blue solid thin;
	border-bottom: blue solid thin;
}
table.lunchreserve
{
   font-size: smaller;
}
table.padded
{
	 padding:0 5px 0 5px;
}

td.top
{
   vertical-align:text-top;
   text-align:left;
}
h1,h2,h3,h4,h5
{
	 color:Navy;
}
h1
{
	 font-size:x-large
}
h2
{
	 font-size:large
}
h3
{
	 font-size:larger
}
h4
{
	 font-size:medium
}
.ad
{
	 background-color:#1307B4;
}

.error
{
	 color:Red;
	 font-weight:bold;
}