body {background-color: black; color: white; padding-left:9%; padding-top: 10%; font-size: 5em; font-family: monospace;

  background-size: 100%;
  background-image: url("/images/background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left top; 
}
 
a {display: block; color: white; text-decoration: none; }

/* unvisited link */
a:link { color: white; }

/* visited link */
a:visited { color: white; }

/* mouse over link */
a:hover { color: silver; }

/* selected link */
a:active { color: silver; }
