
body {color:#333333;
      background-color:#ccffcc}

div.box  { position: absolute; top: 20px; left: 20px; width: 800px;
           padding: 10px; background: #ffffee; 
           border: none}


table.menubar {width:750px;
               background-color:#33cc66;
	       margin-bottom:6px}}
	
td.menubar {text-align:left}
               
div.menu a	 {color:#ffffff;
	          text-decoration:none;
		  font-size:14px;
		  font-weight:bold;
		  padding-left:10px;
		  padding-right:10px}
		  
div.menu a:hover {color:#ffff33}
	
	
        
h2 {font-size:20px;    
    color:#339966;
    margin-left:30px;
    clear:left}
        
pre {width:600px;
     font-size:16px;
     text-align:left;
     margin-left:30px;
     line-height:140%}
  
        
hr {height:4px;      
    width:750px;
    background-color:#33cc66;
    clear:left}
      
      
a	{color:#444444;
	 text-decoration:none}
a:hover	{color:#00cc00}


form {margin-left:5%}

span.small2 {font-size: smaller;
             color:#339966}
