@charset "UTF-8";

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

a:visited {
  color:#cf0070;
}

body {
  background-color:#2C051A;
  color:#330247;
  font-family:'Comic Sans MS';
  font-weight:bold;
  font-style:normal;
  font-size:18px;
}

.profile_section_content {
  color:#f1b4fe;
  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:#630202;
  filter:alpha(opacity=75);
  opacity:.75;
}

.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:5px;
  background-color:#4c038b;
  color:#ccaeff;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -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 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
  border:2px solid #b400db;
}

.content {
  padding:5px;
}

#profile_about_me {
  width:750px;
  z-index:3;
}

#profile {
  width:950px;
  margin:27px auto 20px;
  border-top-left-radius:.5em;
  border-top-right-radius:.5em;
  line-height:.9;
}