body {
  background-color: #fae8ba; 
  color: black;
  font-family: Verdana;
  margin: 0 auto;
  max-width: 70em;
  text-align: center;
  margin-top: 1em;
}
.secret{
  color:black;
  text-decoration:none;
}
a{
  color:darkmagenta;
}
a:visited{
  color:hotpink;
}
a.secret:visited{
  color:black;  }
.cite{
  font-size: 10px
}
.box{
  border-style: double;
  margin: 0 auto;
  text-align: center;
  max-width: 40em;
}
.greybox{
  border-style: double;
  margin: 0 auto;
  text-align: center;
  max-width: 35em;
  padding: 8px;
  background-color: #f8d2aa;
  }
  
blockquote{
font-style: italic;
}
.left{
/*Please don't make fun of me Iswear2gd I tried to do this in a more Normal way*/
   text-align: left;
   margin-left: 10em;
}

ul {
    list-style-position: inside;
}
.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* The sidebar menu. full disclosure I stole this off someone else who I think got it from a tutorial*/
.sidenav {
/*  height: 100%;  Full-height: remove this if you want "auto" height */
  width: 200px; /* Set the width of the sidebar */
  height:256px;
/*  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  margin:0;
  padding:0;
  overflow-x: hidden; /* Disable horizontal scroll */
}

/* The navigation menu links */
.sidenav a {
/*  padding: 0 8px 6px 8px;*/
  margin: 0 6px 6px 6px;
  display: block;
}
