#content h1 {
text-align: center;
}

#recreation a {
color: blue;
}

#recreation a:hover {
color: red;
}

#recreation legend {
font-size: 24px;
font-weight: bold;
color: #056bd4;
}

#recreation fieldset {
clear: right;
padding: 10px;
}

.kayakimages img {
margin-left: 20px;
float: right;
border: 3px solid black;
}

.kayakimages img:hover {
border-color: yellow;
}

.justborder img {
border: 5px solid black;
}

.floatnoborder img {
margin-left: 20px;
float: right;
}

.birdtable {
text-align: center;
margin-left: auto;
margin-right: auto;
}