@charset "UTF-8";

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

a:visited {
  color:#;
}

h1 {
  font-family:'Century Gothic',CenturyGothic,AppleGothic,sans-serif;
  font-size:16px;
  font-style:normal;
  font-variant:normal;
  font-weight:500;
  line-height:26px;
}

h3 {
  font-family:'Century Gothic',CenturyGothic,AppleGothic,sans-serif;
  font-size:14px;
  font-style:normal;
  font-variant:normal;
  font-weight:500;
  line-height:15px;
}

p {
  font-family:'Century Gothic',CenturyGothic,AppleGothic,sans-serif;
  font-size:14px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  line-height:20px;
}

blockquote {
  font-family:'Century Gothic',CenturyGothic,AppleGothic,sans-serif;
  font-size:16px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  line-height:30px;
}

pre {
  font-family:'Century Gothic',CenturyGothic,AppleGothic,sans-serif;
  font-size:13px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  line-height:18px;
}  
}

.profile_section_content {
  color:#F7A3C8;
  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:#A3F7E9;
  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:#AFD2FF;
  color:#F7A3C8;
  font-family:'Verdana';
  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;
}