@charset "UTF-8";

..entry-content img {
  border-right:#999999 10px outset;
  border-bottom:#999999 4px outset;
  border-left:#000000 4px outset;
  border-top:#000000 4px outset;
}

- See more at: http://help.typepad.com/image-border.html#sthash.RhOlNimk.dpuf
body {
  width:900px;
/*Adjust the size of your centered content. 900-1024 px is recommended*/
  margin:0 auto;
}

/* The previously coded background*/
body {
  background:pink repeat fixed url(http://i1.minus.com/ibeohEXO0LYzb2.jpg);
}

/* Heading area. We'll change the color of the background and the text color in this section. We'll make the background color maroon and the text white.*/
.heading {
  background-color:none;
  color:#FFFFFF;
}

/* Content area. Let's make the background white and opaque (a little see-through. You don't have to add it in if you don't want opacity. */
.profile_section_background {
  background-color:#FFFFFF;
  opacity:0;
}

body {
  background-color:black;
}

.profile_section {
  background-color:none;
}

.label {
  color:pink;
}

.value {
  color:hotpink;
  style:bold;
}

.heading {
  color:pink;