h1{
    font-size: 60px;
    color: #0D7A76;
    font-family: "Times New Roman";
    text-align:center;
}

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

a{ 
    color:green;

}

a:hover{
    color:Red; 
    font-weight:bold;
}
a {
    text-decoration:none;
}

#story_div {
  width: 600px;
  margin: 40px auto;
  padding: 20px;
  border: 23px ridge #26730E;
  background-color: white;
  font-family:Arial;
  font-size:20;
  color:blue;
}
