body {
        color: #005fa8;
        background-color: #c8e7fe;
     }
     
em {
       font-style: bold
   }

/* Banner */

div.banner {
              position: absolute;
               top: 10px;
               left: 10px;
               height: 95px;
           }

/* Navigation box */
div.navig {
              background-color: #a1d5fd;
              position: absolute;
              top: 105px;
              left: 10px;
              width: 175px;
          }

ul.nav {
            font-family: Arial;
              margin-top: 15px
         }

ul.nav a {
               font-size: large;
               font-family: Arial;
               font-style: bold
           }
p.album {
           text-align: center
        }

p.spacer {
           height: 200px
       }

img.bottom {
              position: absolute;
              bottom: 0px;
              vertical-align: bottom
           }

/* Main page body */
div.body {
              position: absolute;
              top: 110px;
              left: 205px;
              right: 10%;

         }

/* Links */
a:link {
          color: #3366FF;
       }
a:visited {
            color: #333366;
           }

/* Headers */

h1 {
       font-family: Verdana;
       font-variant: small-caps;
       font-stretch: narrower;
       text-align: center;
   }

h2 {
       font-family: Verdana;
       text-align: center;
   }

h3 {
       font-family: Verdana;
       font-size: large;
       margin-bottom: 0;
   }

p {
      font-family: Georgia;
      text-align: justify;
  }


td {
      font-family: Georgia;
      padding: 4px;
   }               

p.center
   {
      text-align: center;
   }

/* Adress/phone block at the bottom of every page */
p.adress {
              font-family: Arial;
              font-size: large;
              text-align: center;
         }

p.phone {
              font-family: Arial;
              font-size: medium;
              font-style: bold;
              text-align: center;
              letter-spacing: 2px;

        }

/* Lists */
ol {
      font-family: Georgia;
   }

ul {
      font-family: Georgia;
   }
tr.dark {
           background-color: #a1d5fd;
        }