     body {
         font-family: Sans-Serif;
         font-size: 90%;
      }
      .code-example {
         font-family: "Courier new" , Courier, Monospace;
         font-size: 1.0em;
         white-space: pre;
         padding: 10px 0px 10px 10px;
         border: 0px;
         margin: 10px 0px 10px 0px;
         background-color:#f0f4ee;
         width: 40em;
      }

      #header {
         text-align: center;
      }
                            
 			#header a:link, #header a:visited, #header a:active { 
				text-decoration: none;  
				color: black;
			}   
			
			#header a:hover {
				color: #6B8FB2;
			}                    
			
      #menu {
         position: absolute;
         top: 100px;
         left: 70%;
         width: 28%;
         margin: 0px 25px 0px 10px;
      }
      
      #menu ul {
      	list-style: none;
      	padding: 0 0 0 20px;
      }
      
      #menu li {
      	padding: 2px 0 2px 0;
      	margin: 1 1 1 1;
      }
      
      #main {
         margin: 0px 0px 0px 10%;
         max-width: 50%;
      }   

	#footer {
		font-size: 0.8em;
	}
      