@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #548700;
	background-image: url(http://www.tomatosphere.org/teacher-resources/teachers-guide/images/top-bar.jpg);
	background-repeat: no-repeat;
	background-position: center 15px;
	width: 450px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 60px;
	color: #99F400;
}
h1 {
	text-transform: capitalize;
	color: #99F400;
	text-align: center;
	font-size: 2em;
}
h2 {
	text-transform: capitalize;
	color: #99F400;
	text-align: center;
	font-size: 1.6em;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	background-image: url(http://www.tomatosphere.org/teacher-resources/teachers-guide/images/tomato.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	font-size: 1.6em;
	font-weight: bold;
	list-style-type: none;
	padding-left: 35px;
	padding-bottom: 8px;
	cursor:pointer;
}
li:hover {
	background-image: url(http://www.tomatosphere.org/teacher-resources/teachers-guide/images/tomato-over.jpg);
	color: #84D200;
}
li.singleline {
	padding-bottom: 18px;
	height: 27px;
	padding-top: 6px;
}
li ul li {
	background-image: none;
	font-size: 0.8em;
	font-weight: normal;
	padding-left: 0px;
	color: #84D200;
}
li ul li:hover {
	background-image: none;
}
a {
	text-decoration: none;
	color:#99F400;
}
ul.norm li {
	background-image: none;
	font-size: 1.2em;
	font-weight: normal;
	list-style-type: disc;
	padding-left: 5px;
	padding-bottom: 8px;
	cursor: default;
	margin-left: 15px;
}
ul.norm li:hover {
	color:#99F400;
}
p {
	font-size:1.2em;
}
#footer {
	text-align: center;
	margin-top: 25px;
	color: #395B00;
	background-color: #99F400;
	padding: 3px;
}
#footer a:link{
	color: #395B00;
	text-decoration: none;
}
#footer a:visited{
	color: #395B00;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
