body {
	background-color: #000;
}

.wrapper {
	width:900px;
}

/*
a {
	color:#8fba09;
}*/


a {
  color: #8fba09;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #bbee1b;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}
