/*
 * This style sheet has the local styles for the "misc/BackYard" index file.
 */
a {
	text-decoration:	underline;
}

h1 {
	text-align:			center;
}

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

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

.TitleImage {
	/* NOTE: The file yard.js searches for this style by name. */
	border:				2px solid rgb(0,0,120);
	cursor:				pointer;
	padding:			10px;
	padding-bottom:		5px;
}

.TitleHint {
	font-size:			10px;
	text-align:			right;
	padding-right:		15px;
	padding-top:		0px;
	padding-bottom:		0px;
	margin-bottom:		0px;
	margin-top:			0px;
}