<style type="text/css">

* {
    margin: 0;
    padding: 0;
    align-content: center;
    border-spacing: 30px;
    border: 5px solid #000000;
    }

body {
    font-family: Times;
	font-size: 13px;
	font-style: normal;
	font-weight: lighter;
	color: #000000;

     }

a:link {
    font-family:;
    font-size:;
    color: #000000;
    text-decoration: none;
}


a:visited { 
    font-family:;
    font-size:;
    color: #000000;
    text-decoration: none;
}



#header {
    
    
   left:; margin:auto; position:; text-align:; top:; width:;
   
  
    }


.sidenav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 13%; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color:#; /* Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding: 30px 8px 30px 40px;
}

.sidenav a {
 
  text-decoration: none;
  font-size: 13px;
  color: #000000;
  display: block;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.main {
  margin-left: 90px;
    display:inline-block;
  padding: 6% 20% 20% 20%;
    border-spacing: 30%;
}





</style>