body {
	margin: 0px;
	color: black;
	background: white;
}
h1 { 
	font-family: verdana, tahoma, sans-serif; margin-top: 7px; 
	font-size: 20px; font-weight: bold; 
}
h2 { 
	font-family: verdana, tahoma, sans-serif;
	font-size: 14px; font-weight: bold; 
}
p {
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px; color: #000000;
}
p.phone {
	font-family: verdana, tahoma, sans-serif;
	font-size: 13px; font-weight: bold; 
}
p.menu {
	margin-bottom: 5px;
}
p.footer { 
	font-family: verdana, tahoma, sans-serif;
	font-size: 10px; font-weight: normal; color: #666666; 
	margin-top: 24px; text-align: center; 
}
ul {
	list-style-type : square; 
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
}
a { 
	color: #008000; text-decoration: underline; 
}
a.menu { 
	font-family: verdana, tahoma, sans-serif; font-weight: bold;
	font-size: 13px; color: #008000; text-decoration: underline; 
}
a:hover, a:active { 
	color: #00c0c0; text-decoration: none;
}
a.goldenbelly { 
	color: #999999; font-weight: bold; text-decoration: none;
}
a:hover.goldenbelly { 
	color: #FF9900; font-weight: bold; text-decoration: none 
}
input {
	font-family : tahoma, sans-serif; font-size : 11px; 
}
textarea {
	font-family : tahoma, sans-serif; font-size : 11px; 
}
select {
	font-family : tahoma, sans-serif; font-size : 11px; 
}
.form {
	font-family: tahoma, sans-serif; font-size: 11px;
}
.header {
	font-family: verdana, tahoma, sans-serif; font-size: 11px; font-weight: bold;
	border: 1px solid #000000;
}
.ourmenu {
	border-style:outset; border-width:3; border-collapse: collapse;
}
.small {
	font-size: 9px;
}
blockquote {  
	font-family: sans-serif; font-style: italic; font-size:13px; 
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1; 
}