    body  {
	  font-size : 100%;
	  font-family : Verdana, Arial, Helvetica, sans-serif; 
	  color : black; 
	}

      #Menu {
    	position : fixed;
	left : 0; 
	top : 0;
	height : 99%; 
    	width : 13em; 
	background : #5080ff; 
        padding-left : 8px;
	padding-right : 4px;
	overflow : auto;
      }
	
      #Content {
           position : absolute;
           top : 0;
	   left : 14em; 
	   color : black; 
           font-size : 0.9em; 
	   font-family : Verdana, Arial, Helvetica, sans-serif; 
           background : white; 
	
	   border-color : white; 
           padding-left : 2em;
			margin-right : 15%;
		margin-left: 5em;
	
      }

      table.menu {
	   border-collapse : collapse;
      }
      table.menu td {
	   font-size : 100%; 
	   border-collapse : collapse;
	   border-spacing : 0px;
	   padding : 1px;
	   font-family : Verdana, Arial, Helvetica, sans-serif; 
	   color : white; 
	   white-space : nowrap;
      }
      a:link {
	   font-size : 100%; 
	   font-family : Verdana, Arial, Helvetica, sans-serif; 
	   color : #3333cc; 
           text-decoration : none;
           font-weight : bold;
      }
      a:visited {
	   text-decoration : none;
	   font-weight : bold;
	   font-size : 100%; 
           color : #660066; 
      }
      a:hover {
           font-size : 100%; 
	   text-decoration : none;
      }
