/* Styles for the navigation */
#navigation1 {
	font-size: 140%;
	font-weight: bold;
	background-color: green;
	border: 2px solid black;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

#navigation1 a {
	color: black;
	text-decoration: none;
	padding-left: .7em;
	padding-right: .7em;
}

#navigation1 a.current {
	color: white;
}

/* Styles for the list */
#list1 {
	list-style-image: url("../images/corn.jpg");
}

li {
	padding: 3px;
}