body {
	color: #DDDDDD;
	background-color: #005400;
	background-image: url(background.png);
	background-repeat: repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 25pt;
}

.content {
	width: 800px;
	text-align: justify;
}

.links {
	width: 800px;
	text-align: center;
	font-size: 30pt;
}

a:link {
	color: #FF0000;
	text-decoration: none;
	font-size: 30pt;
}
a:visited { color: #FF4000; } /* for visited links */
a:active { color: #FF8040; } /* when link is clicked */
a:hover { color: #FFB000; } /* when mouse is over link */

li a {
	display: block;
}

li {
	color: #000000;
	width: 100%;
	background-color: #009200;
	background-image: url(spot-down.png);
	background-position: 6px 14px;
	background-repeat: no-repeat;
	height: 82px;
	border: 1px solid #000000;
	font-size: 25pt;
	text-align: left;
	vertical-align: middle;
	list-style: none;
	padding-top: 0px;
	padding-left: 68px;
	margin-left: -54px;
	margin-top: 4px;
}
li:hover {
	background-color: #105410;
	background-image: url(spot-up.png);
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
