html {
     margin: 0px 0px 0px 0px;
     min-width: 800px;
     padding: 0px 0px 0px 0px;
     }
body {
     background-color: mintcream;
     text-decoration: none;
     }
H3   {
     color: maroon;
     font-size: 1.7em;
     font-style: italic;
     font-weight: bold;
     margin: 0em 0em 0em 0em;
     }
P    {
     margin: 1.2em 0em 1.2em 0em;
     text-align: left;
     }
#pageWrapper {
     left: 50%;
     margin-left: -400px;
     position: relative;
     top: 0px;
     width: 830px;
     }
#pageWrapper div {
     float: left;
     }
#navBar {
     background-color: maroon;
     font-family: verdana, arial, helvetica, sans-serif;
     font-size: 1.1em;
     font-weight: bold;
     height: 35px;
     left: 271px;
     position: absolute;
     top: 0px;
     width: 520px;
     }
#navBar A, A:visited {
     color: white;
     font-weight: bold;
     text-decoration: none;
     }
#navBar A:hover {
     color: yellow;
     text-decoration: underline;
     }
#navBar A:active {
     color: red;
     font-size: 1.3em;
     text-decoration: none;
     }
.thisPage {
     background-color: #ffff66;
     color: maroon;
     font-size: 1.2em;
     text-decoration: none;
     }
#indexphoto {
     font-family: verdana, arial, helvetica, sans-serif;
     left: 0px;
     position: absolute;
     top:  35px;
     width: 270px;
     }
#indexmenu {
     background-color: #ffff66;
     font-family: verdana, arial, helvetica, sans-serif;
     left: 270px;
     padding-bottom: 120px;
     padding-left: 40px;
     padding-top: 120px;
     position: absolute;
     top: 45px;
     width: 530px;
     }
#Block1 {
     background-color: lightyellow;
     color: black;
     font-family: georgia, "times new roman", courier, serif;
     left: 0px;
     padding-bottom: 15px;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 30px;
     position: absolute;
     top:  35px;
     width: 100%;
     }
#Block1 TD {
     font-family: verdana, arial, helvetica, sans-serif;
     font-size: 85%;
     }
#Block1 EM {
     color: red;
     font-style: normal;
     font-weight: bold;
     }
#Block1 A, A:visited {
     color: blue;
     font-weight: normal;
     text-decoration: underline;
     }
#Block1 A:hover, A:active {
     color: red;
     font-weight: normal;
     text-decoration: underline;
     }
