 body{
  margin:10;
  padding:0 0 0 200px;
  background:tan;
 }
  a:link {color: #088A08;}
  a:visited {color: #088A08;}
  a:active {color: #088A08;}
  a:hover {background-color: #F5F6CE;}
  a {text-decoration: none;}
 div#left-sidebar{
  position:absolute;
  top:8px;
  left:10px;
  width:180px;
  background:tan;
  color: #000;
 }
 div#content{
  background:tan;
 }
 div#lightgray{
  background:#F2F2F2;
 }
 div#indent10{
  margin:10px;
 }
 div#pink{
  background:pink;
 }
 @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#left-sidebar{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 }
 * html div#content{
  height:100%;
  overflow:auto;
 }
