@charset "UTF-8";

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

a:visited {
  color:#FFFFFF;
}

body {
  color:#FF00FF;
  background-size:cover;
  background-position:bottom;
  background-color:#990099;
  background-attachment:fixed;
  background-repeat:no-repeat;
  font-family:'Bradley Hand ITC';
  font-weight:bold;
  font-size:16px;
}

.profile_section_content {
  color:#CC3399;
  padding-top:10px;
  padding-bottom:25px;
  padding-right:10px;
  padding-left:10px;
  margin:20px;
  letter-spacing:2px;
  line-height:20px;
}

.profile_section_background {
  border-style:ridge;
  border-color:#000000;
  border-width:6px;
  background-size:cover;
  background-position:top center;
  background-image:url();
  background-color:#000000;
  background-attachment:scroll;
  background-repeat:no-repeat;
  filter:alpha(opacity=100);
  opacity:;
}

.profile_section_content .heading {
  padding:5px;
  color:#FF00FF;
  font-family:'Georgia';
  font-weight:bold;
  font-style:italic;
  font-size:14px;
  border-radius:0;
}

.content {
  padding:5px;
}