/* style_main.css - Stylesheet for the main center section */

#main {
	padding: 15px;
	border: 1px dotted brown;
	color: goldenrod;
}

#main a {
	color: darkred;
	text-decoration: none;
}

#main a:visited {
	color: firebrick;
	text-decoration: none;
}

#main a:hover {
	color: brown;
	text-decoration: underline;
}

#breadcrumb a {
	color: firebrick;
	background-color: black;
	text-decoration: none;
}

#breadcrumb a:visited {
	color: brown;
}

#breadcrumb a:hover {
	color: firebrick;
	text-decoration: underline;
}

#breadcrumb {
	margin-bottom: 10px;
}