@import url(/pogo/skins/GirlOnLeft/css2.css);

body {
  background-color: #e9fae8;
  background-position: 0% 0%;
  background-image: url("/pogo/skins/Monopoly/background.jpg");
  color: #000;
}

a {
  background-color: inherit;
  color: #000;
}
a:hover {
  text-decoration: underline;
  background-color: inherit;
  color: #888;
}

#column1 div.entry {
  border: solid 4px #369;
  /* background-color: rgb(70,93,93); */
  background-color: rgb(1,155,103);
  color: black;
}

#column1 div.entry a:hover {
  background-color: inherit;
  color: white;
}

#column1 h1#logo img {
}

