@charset "UTF-8";

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

a:visited {
  color:#00ff00;
}

body {
  background-color:#ffffff;
  background-color:#000000;
  color:#00ff00;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#00ff00;
  border:5px solid #00ff00;
  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:#000000;
  filter:alpha(opacity=100);
  opacity:1;
}

.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:#000000;
  color:#00ff00;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:25px;
  -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;
}

.content {
  padding:5px;
}

#profile_header_container {
  margin-left:0;
}

#profile_friends,#status_container,#last_login_string_container,#unix_last_updated_container,#age_container,#gender_container,#sexual_preference_container,#header_bar,#footer_bar,#avatar_holder,#username_container,.mfc_compliance_link {
  visibility:hidden;
  display:none;
}