body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: green;
	text-align: center;
}
body {
	background-color: #cfe1ed;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
#nav ul {
	text-align: center;
	list-style-type: none;
	font-weight: bold;
}
#nav li {
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 90%;
}


a:visited {
	text-decoration: none;
	color: #FF0;
}
a:hover {
	text-decoration: none;
	color: #00FF00;
}
a:active {
	text-decoration: none;
	color: #00F;
}

#Container {
	border: medium outset green;
	background-color: #FFF;
	background-position: bottom;
}
#nav {
	background-image: url(../Images/grass_background.jpg);
	color: #FFFFFF;
}
