 
a:link {
	color: #314925;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #314925;
}
a:hover {
	text-decoration: underline;
	color: #314925;
}
a:active {
	text-decoration: none;
	color: #314925;
}
 
body {
	 
	background-image: url(../images/background.jpg);
}
