h1 {
font-size: 40px;
font-style: italic;
}

#campsitemap {
text-align: center;
}

#campsitemap a {
color: blue;
}

#campsitemap a:hover {
color: red;
background-color: yellow;
}