body {
  background: #000 url(RoboBlog.png) 3em 0 no-repeat fixed;
  position: relative;
  margin: 3em;
}

a:link    { color: #cf9610; text-decoration: none; }
a:active  { color: #be8608; text-decoration: none; }
a:visited { color: #efb630; text-decoration: none; }
a:hover   { font-weight: bold; text-decoration: none; }

h1 {
  display: none;
}

div.content {
  background: #eee url(RoboBlogBlur.png) 3em 0 no-repeat fixed;
  font-family: Arial, sans-serif;
  list-style-type: none;
  margin-top: 10em;
  padding: 20px;
  color: black;
  width: 720px;
}

div.nav {
  text-align: center;
  word-spacing: 40px;
}

p.timestamp {
  color: silver;
  text-align: center;
  font-family: monospace;
  font-size: smaller;
}
