h1{
    font-size: 40px;
    color: FFFFFF;
    font-family: "Bookman";
    text-align: center;
}

body{
    background-color: red;
}
ul { 
 list-style-type: none;
}

a{ 
    text-decoration: none;
  color: white;
}

a:hover{
  font-weight: bold;
}

#story_div {
  width: 600px;
  margin: 40px auto;
  padding: 20px;
  border: 10px ridge #FFFFFF;
  background-color: black;
  font-family: "Bookman";
  font-size: 20px;
  text-decoration: none;
  color: white;
}

