body {
  background-image: url("images/dust.png");
  background-repeat: repeat;
  font-family: 'Noto Sans', sans-serif;
  /*background-color:#fffff0;*/ }

#content {
}

#content h1 {
  margin-left: 20px;
}

#links {
  top: 100px;
  left: 5%;
  padding: 5px;
  position: absolute; }

#links ul {
  list-style-type: square;
}

a:link {
  font-family: 'Noto Sans', sans-serif;
  color: #BEBCAC;
  text-decoration: none;
  font-size: 150%; }

a:visited {
  font-family: 'Noto Sans', sans-serif;
  color: #0088cc; }

a:hover {
  font-family: 'Noto Sans', sans-serif;
  color: #676457;
  text-decoration: underline; }
