@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#884bd0;
  color:#000000;
  font-family:'Comic Sans MS';
  font-weight:bold;
  font-style:normal;
  font-size:18px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/photos2/200/20005826/986-792-537-764-8462984.jpg);
}

.profile_section_content {
  color:#000000;
  border:13px groove #34bfb3;
  padding:8px;
  margin:10px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  -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:#df15ad;
  filter:alpha(opacity=35);
  opacity:.35;
}

.img_radius_shadow {
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  -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:6px;
  background-color:#76eccd;
  color:#151c15;
  font-family:'Comic Sans MS';
  font-weight:bold;
  font-style:italic;
  font-size:14px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

.link-amazon a {
  display:block;
  width:258px;
  height:140px;
  float:left;
  background:transparent url(http://2.bp.blogspot.com/-UJ8mlwxNNjE/VNMST6rEzzI/AAAAAAAAHiE/LIuyjr-fEpw/s1600/amazon_gold.png) no-repeat;
  position:relative;
  text-indent:-3000px;
}

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

.link-twitter a {
  display:block;
  width:249px;
  height:160px;
  float:right;
  background:transparent url(http://1.bp.blogspot.com/-6Q3Og6rOd5M/VNMSVPZDGcI/AAAAAAAAHiQ/fQvZgoLSNEY/s1600/twitter_blue.png) no-repeat;
  position:relative;
  text-indent:-3000px;
}

.link-twitter a:hover {
  background-position:0 -160px;
}