BODY {
      background-color : #FFFFFF;
      font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
      color : #330033;
      text-align: justify;
      margin: 0px; 
      }

.Navigation {/*The navigation on the left side, positioned absolutely*/
    background-color : #CCCCCC;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 100%;
    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
    line-height : 110%;/*line-height set to 110% in order to*/
    }                  /*have the navigation elements better separated*/
    
.Content {/*this is the main content area*/
    background: #FFFFFF;
    /*declare a color together with a contrasting background color*/
    color: #330033;/*to insure readability*/
    margin-left: 160px;
    /*to position the content area to the right of the navigation*/
    margin-right: 20px;/*breathing space for the text*/
    padding: 5px;/*space to separate navigation and content*/
    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
    width: auto;
    height: auto;
    border: 0.1px solid #FFFFFF; 
   /*to insure that NN4.xx renders the background-color of the content area*/
    }

.Header {
    background: #FFFFFF;
    margin-top: 10px;
    margin-left: 160px;
    text-align: center;
    } 

a {
    text-decoration: none;
    color: #0000CC
    }

a:hover {
    text-decoration: underline;
    color: #CC0000
    }

.navbarlink {
    text-decoration: none;
    color: #800080;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: medium
    }

a.navbarlink:hover {
    color: #FF9933;
    text-decoration: none
    }

.stdlink {
    text-decoration: underline;
    color: #0000CC
    }

.breadcrumbs {
    font-size: x-small;
    line-height: normal;
    vertical-align: top;
    background-position: top
    }

.photocredit {
    font-size: xx-small;
    font-style: italic
    }

.photoborder {
    border: #000000;
    border-style: solid;
    border-top-width: thick;
    border-right-width: thick;
    border-bottom-width: thick;
    border-left-width: thick
    }

.thumbnail {
    border: 1px #000000 solid
    }

.Gallery {  font-style: italic; font-weight: bold; color: #660066; font-size: medium}
a.Gallery:hover {  text-decoration: underline; color: #FF9933}
.navbarlinksmall { text-decoration: none; color: #800080; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: smaller}
