body {
   background-color: #5f7fff;
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-image: url('../img/Waimanalo-Beach2.jpg');
   font-color: #00004f;
   font-family: papyrus, calligraph421;
}
a:link {
   color: #00004f;
}
a:visited {
   color: #6f004f;
}
div.sidebar {
   position: absolute;
   width: 20%;
   left: 2%;
   padding-top: 0px;
   margin-top: 0px;
   font-size: 10pt;
   font-weight: bold;
}
div.main {
   position: relative;
   width: 40%;
   left: 35%;
   padding-top: 0px;
   margin-top: 0px;
}
.quote {
   font-size: 14pt;
   color: #0f0f00;
}
.citation {
   position: relative;
   color: #00004f;
   left: 10%;
}

