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

body {
  background-color: rgb(70,93,93);
  background-position: 0px 0px;
  background-image: url("/pogo/skins/RetroCat/background.jpg");
  color: #fff;
}

a {
  background-color: transparent;
  color: white;
}

a:hover {
  text-decoration: underline;
  background-color: inherit;
  color: black;
}

#column1 div.entry {
  border: solid 4px #369;
}

#column1 h1#logo img {
  border: 1pt solid black;
  margin-top: 8px;
  margin-bottom: 8px;
}

#column1 div.entry {
  border: solid 4px #303;
  padding: 5pt;
  margin-bottom: 20px;
  background-color: #a6a6a0;
  color: black;
  /* filter: alpha(opacity=70, style=0);
  -moz-opacity: 0.7; */
}

#column1 div.entry a {
  color: black;
}

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

#column2 a:hover {
  text-decoration: underline;
}

#column2 a {
  text-decoration: none;
  background-color: transparent;
  color: white;
}

#column2 h3 {
  border-bottom: 1px solid white;
}

