@charset "UTF-8";

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

a:visited {
  color:#efcaf6;
}

body {
  background-color:#ffffff;
  background-color:#b868d0;
  color:#060606;
  font-family:'Lucida Sans Unicode';
  font-weight:normal;
  font-style:normal;
  font-size:15px;
}

#fixed_background {
  display:block;
  background-position:center center;
  background-attachment:fixed;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/backgrounds/13778.jpg);
}

.profile_section_content {
  color:#060606;
  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:#9a9a9a;
  filter:alpha(opacity=45);
  opacity:.45;
}

.img_radius_shadow {
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  -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:6px;
  background-color:#9357b0;
  color:#FFFFFF;
  font-family:'Lucida Sans Unicode';
  font-weight:bold;
  font-style:normal;
  font-size:18px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  -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;
}

/* Start http://www.cursors-4u.com */
body,a:hover {
  cursor:url(http://cur.cursors-4u.net/others/oth-2/oth133.cur),progress!important;
}

/* End http://www.cursors-4u.com */