@charset "UTF-8";

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

a:visited {
  color:#52605f;
}

body {
  background-color:#ffffff;
  background-color:#bc4167;
  color:#d60808;
  font-family:'Georgia';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

#fixed_background {
  display:block;
  background-position:top left;
  background-attachment:fixed;
  background-repeat:repeat;
  background-image:url(<a href="https://imgbb.com/"><img src="https://i.ibb.co/1Jm26YP/purp-fabric.jpg" alt="purp-fabric" border="0"></a>);
}

.profile_section_content {
  color:#d60808;
  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:#FFFFFF;
  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 #f40000;
  -moz-box-shadow:0 0 0 #f40000;
  box-shadow:0 0 0 #f40000;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#110000;
  color:#c876e9;
  font-family:'Tahoma';
  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;
}

.content {
  padding:5px;
}

/* Start http://www.cursors-4u.com */
body,a:hover {
  cursor:url(http://cur.cursors-4u.net/holidays/hol-4/hol334.ani),url(http://cur.cursors-4u.net/holidays/hol-4/hol334.png),progress!important;
}

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