body {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}

#links {
  text-align: right;
  position: fixed;
  bottom: 15px;
  right: 5px;
  font-size: 0.7em;
  color: #999;
}

#tengrand {
  position: fixed;
  left: 30px;
  top: 5px;
}

#digg {
  text-align: right;
  position: fixed;
  right: 5px;
  top: 5px;
  font-size: 0.8em;
  color: #999;
}

a, a:hover, a:visited {
  color: #fff;
  text-decoration: none;
}

a.visible {
  color: #333;
  text-decoration: underline;
}

.center {
  text-align: center;
}
