*  {
   font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
}
body {
    color: black;
    background-color: white;
  }
 .page {
    max-width: 1000px; 
    min-width: 800px;
    min-height: 500px;
    border: 2px solid purple; 
    margin-left: 1em; 
    margin-right: 2em;
    margin-top: 1em;
    margin-bottom: 2em;
    padding:1em; 
  }
  .header { 
    background-color: green;
    color: blue; 
    height: 2em;
    border: 2px solid cyan;
    border-bottom: 2px solid orange;
    margin: 0em; 
    padding: 0em;
  }
  .middle {
    border: 2px solid green;
    min-height: 30em;
    max-height: 50em;
    font-size: small;
    background-color: transparent; 
    line-height: 1.5;
    padding-top:1.5em;
    padding-bottom:1.5em;
    margin-right: 0em;
  }
  .navbar {
    float:left; 
    border: 1px solid pink;
    height: 100%; 
    text-indent: -0.5em; 
    padding-top:1.25em;
    padding-left: 0.25em;
    padding-right: 0.25em;
    width:9em;
    margin-right: 1.5em;
  }
  .navbar li { 
    list-style-type: none;
    padding: 0em; 
  } 
  .badges { 
    float: right;
    border: 1px solid pink;
    height: 100%;
    background-color: transparent;
    width: 9em;
    padding-left: 0.25em;
    padding-right: 0.25em;
    margin-left: 1.5em;
  }
 .content { 
    min-height: 30em;
    max-height: 50em;
    border: 1px solid blue;   
    color: red;
    margin: 0px;
    padding: 0;
    overflow: auto; 
    background-color: silver;
  }
  .footer { 
    margin-top: 0em;
    padding-top: 0em;
    background-color: transparent;
    text-align: right;
    line-height: 1em;
    font-size: x-small;
    border: 1px solid orange;
  }
  a { 
    color: #096cb2;
    line-height: 1.5;
    text-decoration: none;
    text-decoration: underline;
  }
  a:hover {
    color: #511211;
    font-weight: bold; 
  }
  .alignleft { 
   float: left;
   margin-right: 0.25em;
   border: none;
  }
  .alignright { 
   float: right;
   margin: 0.25em;
   border: none;
}
   h1 { 
   font-size: x-large;
   margin-top: 0em;
   margin-bottom: 0em;
}
