
body {
  background-color: black;
  color: white;
  font-family: Verdana;
}

p{
  color:white
  border-width: 10px;
  }
  
#options{
  position:relative;
  left: 930px;
  top: 30px;
}

a:link {
  color: green;
}

a:visited {
  color: green;
}

a:hover {
  color: green;
}

a:active {
  color: green;
}
  