@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#c95662;
  color:#080606;
  font-family:'Comic Sans MS';
  font-weight:bold;
  font-style:normal;
  font-size:14px;
  background-position:top center;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/photos2/196/19680712/964-887-748-696-8645997.gif);
}

.profile_section_content {
  color:#080606;
  border:0 none #;
  padding:10px;
  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:#faebd7;
  filter:alpha(opacity=100);
  opacity:1;
}

.img_radius_shadow {
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  -webkit-box-shadow:-5px -5px 5px #EC7682;
  -moz-box-shadow:-5px -5px 5px #EC7682;
  box-shadow:-5px -5px 5px #EC7682;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#ec7682;
  color:#080505;
  font-family:'Comic Sans MS';
  font-weight:bold;
  font-style:normal;
  font-size:18px;
  -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 #0c0707;
  -moz-text-shadow:0 0 0 #0c0707;
  text-shadow:0 0 0 #0c0707;
}

.content {
  padding:5px;
}

.tipbox {
  overflow:auto;
  width:auto;
  height:430px;
  border:double 6px #1fd1f0;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  margin-left:57px;
  padding:20px;
}

#footer_bar {
  display:none;
}