body {
  color: black;
  font-family: "Courier New", "Lucida Console", Monospace;
  background: #343434 url("/backgrounds/minecraftvoid.jpg");
	background-size: cover;
	background-attachment: fixed;
  background-position:bottom;
	padding:0; }

.header {
color: white; 
margin: 2px;
}

.header:hover h1{
 color: dodgerblue;
}

.header:hover p{
 color:cyan;
}

.links {
margin: 2px;
}

.links a:hover {
 color: white;
 text-decoration:none
}

a {
 color: blue;
 text-decoration: underline;
}
