@charset "UTF-8";

body {
  width:800px;
/*Adjust the size of your centered content. 900-1024 px is recommended*/
  margin:0 auto;
}

a:link {
  color:#3b444f;
  font-weight:bold;
}

a:hover,a:visited,a:active {
  color:#ab2424;
}

body {
  background-color:#FFFFFF;
  color:#424242;
  text-transform:uppercase;
  font-family:'arial';
  font-weight:normal;
  font-style:normal;
  font-size:9px;
  letter-spacing:1px;
  word-spacing:1px;
}

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

.profile_section_content .heading {
  padding:5px;
  background-color:#3b444f;
  color:#FFFFFF;
  text-transform:uppercase;
  font-family:'arial';
  font-weight:normal;
  font-style:normal;
  font-size:9px;
  -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;
}

*,body,a,a:hover {
  cursor:url(http://78.media.tumblr.com/tumblr_lqs4qoKE1V1qfoi4t.png),auto;
}