<!-- EVERY PAGE STYLES -->
BODY {
	font-family: Tahoma;
	color: Black;
	font-size: 3.5mm;
}
A {
	color: #9d0808;
}
A:hover {
	text-decoration: underline;
}
A:visited {
	color: #9d0808;
}
INPUT {
	border: solid 1px #9D0808;
}


<!-- HOME PAGE STYLES -->
.RestTitle {
	font-size: 3.5mm;
	font-weight: bold;
	color: navy;
}
.Title {
	font-size: 4mm;
	font-weight: bold;
}
.SmallTitle {
	font-size: 3mm;
	font-weight: bold;
	color: navy;
}
.SmallText {
	font-size: 3mm;
}
.TinyText {
	font-size: 2.5mm;
	color: Black;
	font-weight: none;
	font-family: Arial;
}
.RedText {
	font-size: 3mm;
	color: Red;
}
.SmallRed {
	font-size: 3mm;
	color: Red;
}
.SmallGreen {
	font-size: 3mm;
	color: Green;
}


<!-- SEARCH PAGE STYLES -->
.RestName {
	font-size: 4mm;
	font-weight: bold;
	color: #3D3D3D;
}
.RestText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3.5mm;
}
.NumLink {
	font-family: Tahoma;
	font-size: 3mm;
	font-weight: bold;
	color: #9D0808;
}
.NumLink:hover {
	color: Black;
}


<!-- MENU PAGE STYLES -->
.BigText {
	font-size: 4.5mm;
}

h1.BigText, h1.BigText a, h1.BigText a:hover
{
	font-size: 4.5mm;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	display: inline;
}


.Seperator {
	border: solid 1px #888888;
}
.MenuCat {
	font-family: Tahoma;
	font-size: 4mm;
	color: Black;
}
.MenuPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3.5mm;
	font-weight: bold;
	color: #9d0808;
}
.MenuLink {
	font-family: Arial;
	font-size: 3.5mm;
	font-weight: bold;
	text-decoration: underline;
}
.MenuLink:hover {
	text-decoration: none;
}



<!-- OTHER PAGE STYLES -->
.TableTitle {
	font-size: 4mm;
	font-weight: bold;
	text-decoration: none;
	color: #008e02;
}


/* Shuki Code */
	td.tdFreeText h2, td.tdFreeText h3, td.tdFreeText
	{
		display: inline;
		margin: 0px;
		padding: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 3.5mm;
	}
/* Shuki Code */