/*copyright nanosounds | designed by nansounds designs chrisperkins at athenaverse.com */

html { 
  text-align: center;
  background-color: #ffffff;
}

body {
  background-color: #000000;
  color: #ffffff;
  font-family: "courier", sans-serif; 
  font-size: 20px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px;
  border-right: 1px;
  border-left: 1px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #ffffff;
}

a {
  text-decoration: none;
  color: #ffffff;
}

a:hover {
  color: blue;
}

table {
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

img {
  border: 0px;
}

#nav {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-family: "courier", sans-serif;
  font-size: 20px;
  font-style: bold;
  color: #ffffff;
  background-color: #000000;
}
  
#nav a {
  text-decoration: none;
  color: #ffffff;
}

#nav a:hover {
  color: blue;
}