
body { 
  background-color: #232323;
  background-image: none !important;
  background-repeat: no-repeat;
  color: #43740b; 
} 
.profile_text { 
  color: #43740b;
} 
a, a:visited, a:active, .profile_text a, .profile_text a:visited, .profile_text a:active { 
  color: #94c07f;
  text-decoration: none;
}
.profile_text a:hover, a:hover {
  color: #94c07f;
  text-decoration: underline;
}
