@charset "utf-8";
/* CSS Document */

#nav {
	background-color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #FFF;
	letter-spacing: 250%;
}
#nav a {
	color: #FFF;
}
#nav a:link, #nav a:visited {
	color: #ffffff;
	text-decoration: underline;
}
#nav a:hover, #nav a:focus, #nav a:active {
	color: #999;
}
body a img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img a {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
