@charset "UTF-8";

a:link,a:active,a:hover {
  color:#a3168c;
}

a:visited {
  color:#e332af;
}

body {
  background-color:#ffffff;
  background-color:#e9b2e0;
  color:#0b020a;
  font-family:'Palatino Linotype';
  font-weight:bold;
  font-style:normal;
  font-size:17px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/photos2/194/19470125/346-543-900-920-8080206.jpg);
}

.profile_section_content {
  color:#0b020a;
  border:0 none #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#eeb3ea;
  filter:alpha(opacity=0);
  opacity:0;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  padding:0;
  background-color:#fbc0f7;
  color:#090909;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:19px;
  -moz-border-radius:19px;
  border-radius:19px;
  -webkit-box-shadow:0 0 0 #e7c0c0;
  -moz-box-shadow:0 0 0 #e7c0c0;
  box-shadow:0 0 0 #e7c0c0;
  -webkit-text-shadow:0 0 12px #f0dddd;
  -moz-text-shadow:0 0 12px #f0dddd;
  text-shadow:0 0 12px #f0dddd;
}

.content {
  padding:5px;
}

.link-amazon a {
  display:block;
  width:258px;
  height:140px;
  float:left;
  background:transparent url(http://4.bp.blogspot.com/-8FEcKkG0RtU/VNMSUS5fPsI/AAAAAAAAHiI/uv6BD3GwJcA/s1600/amazon_pink.png) no-repeat;
  position:relative;
  margin:215px 0 0 -185px;
  text-indent:-3000px;
}

.link-amazon a:hover {
  background-position:0 -140px;
}