BODY
{
text-align: left;
color: black;
font-family: Arial;

margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
}

p.center
{
text-align: center;
color: black;
font-family: arial;
}

p.left
{
text-align: left;
color: black;
font-family: arial;
}

h1,h2,h3,h4,h5,h6
{
text-align: center;
color: black;
font-family: arial;
}

.subhead
{
text-align: left;
color: black;
font-family: arial;
font-size: 24px;
font-weight:bold;
}

b.subheadcenter
{
text-align: center;
color: black;
font-family: arial;
font-size: 16px;
text-decoration: underline;
}

table.divline {
  background: #0033FF;
}

td.divline {
  color: white;
  font-family: arial;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
td.productdisp {
	font-size: 12px;
	font-family: arial;
}

.staffname {
	font-size:18px;
}
.menufont {
	font-family: Arial;
	font-size: 12px;
	text-align:center;
}
.hoursfont {
	font-family: Arial;
	font-size: 12px;
}
td.on {
	background-image: url(./images/button2.jpg);
	cursor:pointer;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
td.off {
	background-image: url(./images/button.jpg);
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

h1.info {
	margin: 0;
	font-size: 1.2em;
	font-family: Tahoma, Verdana, sans-serif;
	text-align: center;
}
h1.info a {
	text-decoration: none;
}
h1.info a:link,
h1.info a:visited {
	color: blue;
}
h1.info a:hover,
h1.info a:active {
	color: red;
}

img#site-logo {
	display: block;
	margin: 0 auto;
}
