@charset "UTF-8";

body {
  background-color:#FFC0CB;
  color:blueviolet;
}

a:link,a:active,a:hover,a:visited {
  color:#ffffff;
}

.profile_section a:link,.profile_section a:active,.profile_section a:hover,.profile_section a:visited {
  color:blueviolet;
}

.profile_section_content {
  color:#000000;
  background-color:#F19CBB;
}

.profile_section_content .heading {
  color:#008000;
}

#profile_friends .heading {
  margin-top:10px;
}

.label {
  padding-left:20px;
}

#profile_header_container .label {
  padding-left:0;
}

#profile_interests_content .value {
  padding-left:20px;
}