body {
  background-color:#D9E4FF;
  color: #4B00BD;
  margin: 010%;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }
    
    
nav {
  padding: 10px;
  color:#4B00BD;
  border-radius: 10px;
  }
    /* unvisited link */

nav a:link {
  color: #4B00BD;
  background-color: aliceblue;
  padding: 5px;
  border-radius: 3px;
  text-decoration:none;
  }
  
  /* visited link */
nav a:visited {
color: #4B00BD;
  background-color: rgb(209, 156, 230);
  padding: 5px;
  border-radius: 6px;
  text-decoration:none;
  }
  
  /* mouse over link */
  
nav a:hover {
  color: #4B00BD;
  background-color:rgb(149, 97, 162);
  padding: 5px;
  }
  
  /* selected link */
nav a:active {
    color: blue;
  }

nav {
  height: 3em;
  padding: 2em;
  /* padding-bottom: 2em; */
  /* overflow: hidden; */
  /* letter-spacing: 2px; */
  font-size: .9em;
  font-weight: 800;
 /* border-bottom: 10px solid #82e8ff; */
  }

nav a {
  /* APPLIES TO ALL LINKS IN THE NAV */
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  /* float: left; */
  color: #ffffff;
  text-align: center;
  padding: 5px 60px;
  margin-right: 10px;
  }


h1 {
  color: #4B00BD;
  text-align:center;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-transform:uppercase;
  border-bottom:2px solid #5B8BC2;
  margin-top:30px;
  }


h2 {
  color: #4B00BD;
  font-size: 1em;
  }

p {
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, serif;
  }

h3 {
  text-align:center;
  color: #4B00BD
  }

hr{
  color: #5B8BC2
  }

.textbox {
 padding: 10px;
 background-color: aliceblue;
 color:#4B00BD;
 border-radius: 10px;
  }