body {
	background-attachment: fixed;
	background-image: url(g_images/spring.jpg);
	background-repeat: no-repeat;
	background-position: 680px 350px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: 99CC33;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: 99CC33;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: 666666;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: 666666;
	text-decoration: underline;
}