body {
  background-color: #DAE5E3;
  font-family: "Arial", sans-serif;
}

.mainTable{
  margin-left: auto;
  margin-right: auto;
  background-color: #EDECE8;
}

.nav{
  text-align: center;
  background-color: #DFC39B;
  color: white;
  font-size: 85%;
  
}

.nav a{
  font-weight: bold;
  text-decoration: none;
  display: block;
  color: white;
  line-height: 30px;
  height: 100%;
}
.nav a:hover{
  color: white;
  background-color: #A13E6A;
}

.here{
  text-align: center;
  background-color: #A13E6A;
  color: white;
  font-size: 85%;
}

.here a{
  font-weight: bold;
  text-decoration: none;
  display: block;
  color: white;
  line-height: 30px;
  height: 100%;
}

.bottomLinks{
  background-color: #A13E6A;
  font-size: 75%;
  color: #FFFFFF;
}
.bottomLinks a{
  background-color: #A13E6A;
  font-size: 75%;
  text-decoration: none;
  color: #FFFFFF;
}
.bottomLinks a:visited{
  background-color: #A13E6A;
  font-size: 75%;
  text-decoration: none;
  color: #FFFFFF;
}

.bottomTagLine{
  background-color: #DAE5E3;
  font-size: 75%;
}

p#spacer1{
  font-size: 50%;
}
