@charset "utf-8";
/* CSS Document */
a {
	color: #97c366;
	text-decoration:none;
	}
a:hover {
	color: #fffa79;
	text-decoration:none;
	}

a:visited {
	color: grey; 
	text-decoration:none;
	}
a:link {
	outline: none;
	}

a:visited {
	outline: none;
}

a:active {
	outline: none;
}

a:hover {
	outline: none;
}
 body
 {
 background-color:#161616;
 font-family:
 "Palatino Linotype", "Book Antiqua", Palatino, serif;
  background-repeat:no-repeat;
  background-attachment:fixed;
 background-position:bottom;
 position:relative;
	left: 50%;
	margin-left: -400px;

	 }
  



