body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
}
.mainText {
	font-size: 11px;
}
.subText {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.subText:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.subText:hover {
	color: #EEC680;
	text-decoration: none;
}
.subText:visited {
	color: #999999;
	text-decoration: underline;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #EEC680;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
.opentable a {
	color:#C60;
	font-size:12px;
}