/* CSS Document */
#Favorites {
	font-family: "Arial";
	font-size: 18px;
	color: #823D36;
	font-weight: bold;
	list-style-position: inside;
}
#Favorites ul {
  margin-left: 0;
  padding-left: 1em;
}
.style-favtitlesilver {
	background-color: #C0C0C0;
}
.style-favtitleaqua {
	background-color: #99ffff;
}
.style-favtitleyellow {
	background-color: #ffffcc;
}
.style-favtitlepink {
	background-color: #ffcccc;
}
.style-favtitleblue {
	background-color: #ccccff;
}
.style-fav {
	font-family: "Garamond";
	font-size: medium;
	font-weight: bold;
}
