@charset "UTF-8";

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

a:visited {
  color:#dd0034;
}

body {
  background-color:#ffffff;
  background-color:#f5120c;
  color:#fff8fe;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  cursor:url(http://2.bp.blogspot.com/-wMrOC1eAn7E/VjQlQYVg9uI/AAAAAAAAJ94/imzLky4u32w/s1600/nat944.gif),auto;
}

#fixed_background {
  display:block;
  background-position:top right;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-image:url(https://img.mfcimg.com/photos2/203/20364280/101-744-152-758-9122746.gif);
}

.profile_section_content {
  color:#fff8fe;
  border:0 solid #f513c4;
  padding:5px;
  margin:5px;
  -webkit-border-radius:14px;
  -moz-border-radius:14px;
  border-radius:14px;
  -webkit-box-shadow:0 0 0 #000000;
  -moz-box-shadow:0 0 0 #000000;
  box-shadow:0 0 0 #000000;
}

.profile_section_background {
  background-color:transparent;
  background-color:#f513c4;
  filter:alpha(opacity=30);
  opacity:.3;
}

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

.profile_section_content .heading {
  padding:5px;
  background-color:#ff0000;
  color:#f50c75;
  font-family:'Lucida Sans Unicode';
  font-weight:bold;
  font-style:italic;
  font-size:35px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #f50c75;
  -moz-box-shadow:0 0 0 #f50c75;
  box-shadow:0 0 0 #f50c75;
  -webkit-text-shadow:0 0 0 #f50c75;
  -moz-text-shadow:0 0 0 #f50c75;
  text-shadow:0 0 0 #f50c75;
}

.content {
  padding:5px;
}

.profile_section_content {
  background-image:url(http://3.bp.blogspot.com/-TDG46Vn0sis/UtzXlIqenRI/AAAAAAAADlQ/Fh-3OO8h7vo/s1600/hearts1.png),url(http://3.bp.blogspot.com/-IxPBwy4XahM/UtzXk6ivG5I/AAAAAAAADlM/YUiZJYd5PaM/s1600/hearts2.png),url(http://2.bp.blogspot.com/-xYI5fuv7v9Q/UtzXlN17QPI/AAAAAAAADlU/VUxBUn8JR6A/s1600/hearts3.png);
  -webkit-animation:hearts 20s linear infinite;
  -moz-animation:hearts 20s linear infinite;
  -ms-animation:hearts 20s linear infinite;
  animation:hearts 20s linear infinite;
}

@keyframes hearts {
  0% {
    background-position:0 0px,0 0px,0 0;
  }
  
  100% {
    background-position:500px 1000px,400px 400px,300px 300px;
  }
}

@-moz-keyframes hearts {
  0% {
    background-position:0 0px,0 0px,0 0;
  }
  
  100% {
    background-position:500px 1000px,400px 400px,300px 300px;
  }
}

@-webkit-keyframes hearts {
  0% {
    background-position:0 0px,0 0px,0 0;
    background-color:rgba(0,0,0,0.7);
  }
  
  50% {
    background-color:rgba(0,0,0,0.7);
  }
  
  100% {
    background-position:500px 1000px,400px 400px,300px 300px;
    background-color:rgba(0,0,0,0.7);
  }
}

@-ms-keyframes hearts {