#boathead {
     border-width: 3px;
     border-style: ridge;
     border-color: #1E90FF;
     text-align:   center;
}

body {
     font-family: Trebuchet mS, Verdana, sans-serif;
}

body {
     background-color: #E0FFFF
}

h1 {
     color: #1E90FF
}

ul {
     color: #black
}

#festival {
     border-color: #1E90FF;
     border-width: 1px;
     border-style: dotted;
     padding: 15px;
}

#corn {
     float: right
}

a:link {
     color: #1E90FF;
     font-weight: bold;
     text-decoration: none;
     border-bottom: thin dotted #1E90FF;
}

a:visited {
     color: #1E90FF;
     font-weight: bold;
     text-decoration: none;
     border-bottom: thin dotted #1E90FF;
}