body {
  
  font-family: Arial, Verdana, Tahoma, sans-serif;
  background-image: url(images/background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 1400px 934px;
}

#wrapper{
  margin: auto;
  border: 1px solid #FFFFFF;
  background-color: LightCyan;
  color: black;
}


nav {
    font-weight: bold;
    font-size: 0.90em;
    background-color: #FFE0E0;
    text-align: center;
    border-top: 2.5px dotted gray;
    border-bottom: 2.5px dotted gray;
    padding: 10px;
}

h1 {
  color: DarkSlateBlue;
  text-align: center;
  padding-top: 10px;
}
h2 {
  color: DarkSlateBlue;
  text-align: center;
}

p {
  color: black;
  text-align: center;
  padding-right: 2px;
  padding-left: 2px;
}

/* unvisited link */
a:link {
  color: black; text-decoration: underline;
}
/* visited link */
a:visited {
  color: blue; text-decoration: underline;
}

/* mouse over link */
a:hover {
  color: orange; text-decoration: underline;
}
/* selected link */
a:active {
  color: red; text-decoration: underline overline;
}

/* navlink class */
.navlink {
margin: 0px 10px 0px 10px;
padding-left: 5px;padding-right: 5px;
border-style: solid; border-width: 0px; border-color: white;
}
/* navlinkBright class w Light Sky Blue highlight*/
.navlinkBright {
background-color: #9DD7FB;
margin: 0px 10px 0px 10px;
padding-left: 10px;padding-right: 10px;
border-style: solid; border-width: 0px; border-color: white;
}

td {
  padding-left: 80px;
  padding-right: 80px;
  text-align: center;

}

.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 640px;
  padding: 10px;
}

footer{
  padding: 5px;
  border-top: 1.5px solid grey;
}

.left{
text-align: left;
}

