body{
	margin: 4px;
}

#places{
		background-color: darkblue;

}

#Disclaimer{
	background-color: rgb(29, 12, 89);
	color: yellow;
	width: 95%;
	margin: auto;
	height: inherit	;
	border: solid;
	border-width: 6px;
	padding: 5px;

}

.simpleSpacer{
	width: 95%;
	height: 20px;
}

.clearfix::after {
  content: "";
  clear: both;
 }

.inlinePhoto{
	float: left;
	margin-right: 8px 	;
}

/* resturants */

.ResturantThem{
	padding: 5px;
/*
	background-color: teal;
	color: paleturquoise;
*/

	background-color: white; 
	color: black;

	width: 95%;
	margin: auto;
	height: inherit	;
	font-size: 110%;
	border: solid;
	border-width: 3px;

}




	/* unvisited link */
.resturantLinkColors:link {
  color: black;
}

/* visited link */
.resturantLinkColors:visited {
  color: gray;
}

/* mouse over link */
.resturantLinkColors:hover {
  color: bleu;
}



/* rentals */

.rentalsThem{
	padding: 5px;

/*
	background-color: mediumpurple;
	color: powderblue;
*/

	background-color: white;
	color: black;


	width: 95%;
	margin: auto;
	height: inherit	;
	font-size: 110%;
	border: solid;
	border-width: 3px;

}


/* rentals link */

.rentalsLinkColors:link {
  color: blue;
}

/* visited link */
.rentalsLinkColors:visited {
  color: gray;
}

/* mouse over link */
.rentalsLinkColors:hover {
  color: purple;
}


/* Bars */

.BarsThem{
	padding: 5px;

/*
	background-color: indianred;
	color: honeydew;
*/
	
	background-color: white;
	color: black;



	width: 95%;
	margin: auto;
	height: inherit	;
	font-size: 110%;
	border: solid;
	border-width: 3px;
	min-height: 200px;

}


/* rentals link */

.BarsLinkColors:link {
  color: blue;
}

/* visited link */
.BarsLinkColors:visited {
  color: gray;
}

/* mouse over link */
.BarsLinkColors:hover {
  color: mistyrose;
}

.howtoSubtitles{

	font-size: 120%; 
	font-weight:bold;
}

.removeListDecoration{
			list-style-type: none; /* Remove bullets */
			
}