
body { 
  background-color: #d8c0da;
  background-image: none !important;
  background-repeat: no-repeat;
  color: #e54c2c; 
} 
.profile_text { 
  color: #e54c2c;
} 
a, a:visited, a:active, .profile_text a, .profile_text a:visited, .profile_text a:active { 
  color: #000000;
  text-decoration: none;
}
.profile_text a:hover, a:hover {
  color: #000000;
  text-decoration: underline;
}
