a:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
.content {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.caption {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.h1 {
	font-size: 24px;
	font-weight: bold;
}
.locations {
	background-color: #FFFFFF;
	color: #000000;
}
/*.locations:hover {
	color: #FFFFFF;
	background-color: #FF0000;
	font-weight: bold;
}*/
.h2 {

	font-size: 14px;
	font-weight: bold;
}
.spicy {
	color: #FF0000;
}
.vegetarian {
	color: #008000;
}
.rowh1 {
	background-color: #0000FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.normal {
}
.normal:hover, .spicy:hover, .vegetarian:hover, .locations:hover {
	background-color: #C0E0FF;
}
.desc {
	font-size: 11px;
	color: #000000;
}
