body {
  background-color: black; 
   margin-bottom: 0px; 
      padding-bottom: 0px; 
      border-radius: 0px; 
      font-family: Verdana, sans-serif; 
      font-size: 90px; 
      font-style: italic; 
      font-weight: 400; 
      text-align: center;
}

h1 {
  color: white;
  text-shadow: Red 6px 6px;
  font-family: verdana;
  font-size: 120%;
}

p {
  color: red;
  text-shadow: 6px 6px rgba(255, 255, 255, 0.4), -6px -6px rgba(255, 255, 255, 0.4);
  font-family: verdana;
  font-size: 40%;
  text-align: center;
}

a:link {
  color: white;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: white;
  text-shadow: 9px 9px rgba(255, 255, 255, 0.4), -9px -9px rgba(255, 255, 255, 0.4);
}

/* selected link */
a:active {
  color: red;
}
.list {
  list-style-type: circle;
}