
html, body {
  background-color: #808080;
  color: #000000;
}

.columns {
  background-color: #808080;
}

.footer {
  background-color: #AFAFAF;
}

.centercolumn
{
  background-color: #eee;
}

a:link {
  color: #000000;
  border: 0px;
  text-shadow: 0px 0px 5px #AFAFAF;
  text-decoration: none;
}

a:hover {
  color: #AFAFAF;
  border: 0px;
  text-shadow: 0px 0px 5px #000000;
  text-decoration: underline;
}

a:visited {
  color: #000000;
  border: 0px;
  text-shadow: 0px 0px 5px #000000;
  text-decoration: none;
}

a:visited:hover {
  color: #000000;
  border: 0px;
  text-shadow: 0px 0px 5px #000000;
  text-decoration: underline;
}

.g-randimg img {
  width: 128px;
}

