html, body {
  margin: 0;
  padding: 0;
  font-family: "Times New Roman",Times,serif;
  background-color: transparent;
}
body {
  border-style: none;
  font-size-adjust: none;
  font-size: 76%;
  line-height: normal;
  font-stretch: normal;
  font-style: normal;
  background-repeat: repeat;
  font-variant: normal;
  font-family: "Times New Roman",Times,serif;
  text-align: center;
  background-position:  center center;
  font-weight: normal;
  background-image: url(BGround.JPG);
  background-attachment: fixed;
}
p {
  margin: 10px;
  background-color: white;
  font-size: 1.5em;
  font-family: "Times New Roman",Times,serif;
  color: black;
}
a {
  padding: 10px;
  display: inline;
  color: #981793;
}
div#container {
  text-align: left;
  font-family: "Times New Roman",Times,serif;
}
div#header {
  background-color: #99ccff;
  height: 150px;
}
div#content p {
  line-height: 1.4;
  font-family: Arial,Helvetica,sans-serif;
  margin-left: 5px;
  margin-right: 5px;
}
div#navigation {
  background: #336699 none repeat scroll 0% 50%;
  font-family: "Times New Roman",Times,serif;
}
div#extra {
  background: #666666 none repeat scroll 0% 50%;
  font-family: "Times New Roman",Times,serif;
  text-align: center;
}
div#container {
  border-style: none;
  border-color: black;
  margin: 0 auto;
  background-color: #336699;
  width: 800px;
  font-family: "Times New Roman",Times,serif;
}
div#content {
  float: right;
  width: 650px;
  font-family: "Times New Roman",Times,serif;
  background-color: white;
}
div#navigation {
  float: left;
  width: 150px;
  font-family: "Times New Roman",Times,serif;
}
div#extra {
  clear: both;
  width: 100%;
  font-family: "Times New Roman",Times,serif;
}
h1 {
  color: black;
  text-align: center;
  font-family: Algerian;
  font-size: 2.8em;
  background-color: #99ccff;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}
h2 {
  background-color: #99ccff;
  color: black;
  font-size: 2em;
  font-family: Algerian;
  text-align: center;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
p.nav {
  margin: 0 10px 10px;
  font-family: "Times New Roman",Times,serif;
  color: #99ccff;
  font-size: 1.4em;
  background-color: #336699;
  text-align: center;
}
p.footer {
  margin: 0 10px 0px;
  color: white;
  background-color: #666666;
  font-family: "Times New Roman",Times,serif;
  font-size: 1.4em;
  padding-bottom: 10px;
}
