@charset "UTF-8";

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

a:visited {
  color:#FF47A3;
}

body {
  background-image:url(http://i1164.photobucket.com/albums/q580/xoblondiekissxo1/cheetah1_zps2r1ccueq.jpg);
  background-color:#FF47A3;
  color:#FF47A3;
  font-family:Verdana;
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#333333;
  border:dotted;
  border-color:hotpink;
  padding:5px;
  margin:5px;
}

.profile_section_background {
  background-color:white;
  filter:alpha(opacity=100);
  opacity:.7;
}

@font-face {
  font-family:lobster;
  src:url(http://fonts.googleapis.com/css?family=Lobster);
}

.profile_section_content .heading {
  padding:5px;
  background-color:#00FF00;
  color:#FFFFFF;
  font-family:Lobster;
  font-weight:normal;
  font-style:normal;
  font-size:20px;
}

.content {
  padding:5px;
}