.brdrall{
	border: thin solid #999999;
}

.brdr{
	border-collapse: collapse;
	border-top: thin solid #999999;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.brdrtop{
	border-top: thin solid #999999;
	border-right:none;
	border-bottom:none;
	border-left: none;
}

A:visited{
	color: #666666; text-decoration: none
	}
A:link{
	color: #666666; text-decoration: none
	}
A:active{
	color: #FFFFFF; background-color: lightslategray; text-decoration: none
	}
A:hover{
	color: #FFFFFF; background-color: lightslategray; text-decoration: none
	}
.restaurant_name {
	font-family: sans-serif, Arial, Helvetica,;
	font-size: 18px;
	font-style: normal;
	color: #F90;
	text-decoration: none;
	font-weight: lighter;
	line-height: 1.4em;
}
.desc {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 13px;
	font-style: normal;
	color: #999;
	text-decoration: none;
	line-height: 1.2em;
	font-weight: lighter;
}
.italic {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 13px;
	font-style: oblique;
	line-height: 1.2em;
	font-weight: lighter;
	color: #666;
}
body {
	background-attachment: fixed;
	background-image: url(images/space.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 13px;
	line-height: 1.2em;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
