/* CSS Document */

  /*navigation { font-weight: bold; }*/

  #navigation { position: fixed; top:4% ; left:12% ; min-width:10%; max-width: 13%; background-color:transparent; padding:4px; border:0px grey outset; border: 2px solid white;}
  
  #navigation:hover { background-color: white; }
  
  body { padding-left: 22%; background-color: white ; background-image:url(background.png); background-attachment:fixed; background-repeat:no-repeat; background-position: 0px 0px;}
  
  p, h1, h2, h3, h4 ,h5, ul, ol  {max-width:400px;}
  
  p:hover, ul:hover, ol:hover { background-color: white ; }
  
  img { max-width: 100%; border: 1px solid white; border-left-width: 5px; border-right-width: 4px; }
  
  ul, ol { list-style: inside; }
  
  p, ul, ol { border: 2px solid white; padding: 3px; }
  
  a:link { color:#000000; text-decoration:none; font-weight:bold; }
  a:visited { color:#000000; text-decoration:none; font-weight:bold; }
  a:focus { color:#ffffff; background-color:rgb(120,120,120); font-weight:bold; }
  a:hover { color:#000000; text-decoration:none; background-color:rgb(148,148,148); font-weight:bold; }
  a:active { color:#0000EE; background-color:rgb(120,120,120); font-weight:bold; }
