@charset "UTF-8";

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

.amazon {
  display:inline-block;
  width:440px;
  height:110px;
  background:url(http://mfcdesign.files.wordpress.com/2014/04/amz.png) no-repeat;
}

.amazon:hover {
  display:inline-block;
  width:440px;
  height:110px;
  background:url(http://mfcdesign.files.wordpress.com/2014/04/amz1.gif) no-repeat;
}

.toline {
  display:inline-block;
  width:440px;
  height:110px;
  background:url(http://mfcdesign.files.wordpress.com/2014/04/tps.png) no-repeat;
}

.toline:hover {
  display:inline-block;
  width:440px;
  height:110px;
  background:url(http://mfcdesign.files.wordpress.com/2014/04/tps1.gif) no-repeat;
}

.amazon:link {
}

.amazon:hover,.toline:hover {
  -webkit-transition:ease-in-out .5s;
  -moz-transition:ease-in-out .5s;
  transition:ease-in-out .5s;
  -o-transition:ease-in-out.5s;
  -ms-transition:.5s;
}

a:visited {
  color:#e145b4;
}

body {
  background-color:#ffffff;
  background-color:#e87de6;
  color:#ea80ec;
  font-family:'Lucida Sans Unicode';
  font-weight:normal;
  font-style:normal;
  font-size:18px;
  background-position:center center;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/photos2/172/17259814/888-826-169-604-6652212.jpg);
}

.profile_section_content {
  color:#ea80ec;
  border:4px ridge #151415;
  padding:4px;
  margin:0;
  -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:#110f11;
  filter:alpha(opacity=60);
  opacity:.6;
}

.img_radius_shadow {
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  -webkit-box-shadow:0 0 0 #d7e0e8;
  -moz-box-shadow:0 0 0 #d7e0e8;
  box-shadow:0 0 0 #d7e0e8;
}

.profile_section_content .heading {
  padding:1px;
  background-color:#d7ceff;
  color:#b20bf6;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:15px;
  -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;
  -webkit-text-shadow:0 0 1px #e11f1f;
  -moz-text-shadow:0 0 1px #e11f1f;
  text-shadow:0 0 1px #e11f1f;
}

.content {
  padding:5px;
}