* {
  box-sizing:border-box;
}
body  {
     background-color:#eeeeee;
}
header {
    background-color: #176a99;
    color:white;
    text-align:center;
    padding:5px;	 
font-family: Garamond;
}
menu bar
{
text-align:center;
}
nav {
   background-color:#eeeeee;
    height:500px;
    width:200px; color: #176a99;
    float:left;
    padding:25px;
    font-size:14px; line-height:25px; text-align:justify; font-family:Verdana, Arial, Helvetica, sans-serif;text-decoration:none;	  
}
section {
     background-color:#eeeeee;
    width:800px;
    float:left;
    padding-left:100px; color: #176a99;
font-size:14px; line-height:20px; text-align:justify; font-family:Verdana, Arial, Helvetica, sans-serif; 	 	 
}
aside{
    line-height:30px;
    background-color:#eeeeee;
    height:500px;
    width:200px;
    float:right;
    padding:15px;
font-size:20px; line-height:16px; text-align:justify; font-family:Garamond;font-weight:bold;	      
}
footer {
    background-color:#031018;
    color:white;
    clear:both;
    text-align:center;
    padding:5px;	 	 
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
th, td {
    padding: 5px;
}