#homePageNav {
   background-color: #9AA7C6;
   margin-left: 20px;
}
#homePageNav a {
   display: block;
   font-size: 12px;
   font-weight: bold;
   padding: 3px 2px;
   margin: 5px 10px;
}
#homePageNav a:link, #homePageNav a:visited {
   color: #000;
   background-color: #9AA7C6;
   text-decoration: none;
}
#homePageNav a:hover, #homePageNav a:active {
   color: #000;
   background-color: #fff;
   text-decoration: none;
}
#homePage h1 {
   color: #5F5949;
   margin-top: 22px;
}
#homePage blockquote {
   color: #9E6039;
   font-size: 14px;
   line-height: 18px;
   font-style: italic;
   font-weight: bold;
   margin: 7px 0;
}
#homePage cite {
   color: #9D4038;
   font-size: 14px;
   line-height: 18px;
   font-weight: bold;
}
#homePage p {
   color: #633418;
}
#homePage em {
   color: #9D4038;
   font-weight: bold;
   font-style: normal;
}

