body {
    background-attachment: fixed;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: right bottom;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #FFFFFF;
  }

p {
    text-indent:1em;
    margin-bottom:1em;
    margin-left:1em;
    margin-right:1em;
  }

.pagetext {
    background-image: url(./graphics/textbg.jpg);
    border: 1px solid #FFFFFF;
    width:750px;
    background-color: #001147;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
  }

.pagetitle {
    background-attachment: scroll;
    background-color: #000000;
    background-image: url(./graphics/titlebg.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    font-family: "Times New Roman", Times, serif;
    font-size: 24pt;
    font-style: italic;
    font-variant: small-caps;
    height:70px;
    text-transform: capitalize;
    color: #FFFFFF;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    vertical-align:bottom;
    width:750px;
  }

.image-frame {
    vertical-align: middle;
    margin: 4px;
  }

.topMenu {
    position:relative;
    text-align:center;
    background-color : #001147;
    font-family : Arial, Sans Serif;
    font-size : medium;
    border-left:1px solid #FFFFFF;
    border-right:1px solid #FFFFFF;
    border-top:1px solid #FFFFFF;
    width:750px;
    margin-left: auto;
    margin-right: auto;
  }

a {
    color:yellow;
  }
a:visited {
    color:#BBFF0E;
  }

#heading {
    text-align:left;
    text-decoration:underline;
    text-indent:0%;
  }

#Item-dark {
    margin: 2%;
    background-color: #3C3717;
    border: 1px solid #FFFFFF;
  }
#Item-dark img {
margin: 1em;
    float: right;
}

#Item-light {
    margin: 2%;
    background-color: #C8BE7D;
    border: 1px solid #FFFFFF;
  }
#Item-light p {
	color: #000000;
}
#Item-light img {
margin: 1em;
    float: right;
}

.footer {
    font-size:small;
    text-align:right;
    width:750px;
    margin-left: auto;
    margin-right: auto;
  }

h1 {
    text-align:center;
    font-size:x-large;
  }

#thumbnails {
    margin-left: auto;
    margin-right: auto;
  }
