/*
 * This style sheet has the local styles for the "Hiking in the Bay Area" index file.
 */

a {
	text-decoration:	underline;
}

h1 {
	text-align:			center;
}

li {
	/* list-style-type:	none; */
}

.HikeImage {
	border:				2px solid rgb(0,0,120);
	padding:			5px;
	float:				right;
	margin-bottom:		10px;
	margin-left:		15px;
}

.Reference {
	font-size:			75%;
}

.Title {
	text-align:			center;
}

.Title img {
	border:				2px solid rgb(0,0,120);
	padding:			15px;
	cursor:				pointer;
}

.TOC {
	text-align:			left;
}

.TOC p {
	margin-top:			0;
	margin-bottom:		0;
}