/* ***************** */
/* favorites.htm CSS */
/* ***************** */

/* ** -----Favorites Container----- ** */
#FavoritesContainer {
/* Default Container margins, text color, border and background */
	padding-top: 5px;
 	color: maroon;
	}
#FavoritesContainer table ul {
/* Default text font and list style */
	font-size: medium; 
	font-style: italic; 
	font-weight: bold;
	list-style-type: none;          
	}
#FavoritesContainer Table li {
/* Default text spacing */
	margin-bottom: 5px;
	}