body { background-color: "#000000";
         color: "#ffffff";
       }
h1 { margin: "1em";
      border: 3px double #003399;
      padding: 0em 0.5em 0em 3em;
      background-color: "#000000";
      color: "#ffffff";
      font: italic 2em "Courier New";
     }
em { padding-left: 20em;
       font: italic 0.5em "Courier New";
}
div#menu { float: left; 
                width: "15em";
	  height: 16em;
                border: 4px double #003399;
	  padding: "1em";
	  margin-right: "1em";
	  margin-left: "1.5em";
	}
div#content { float: left; 
                width: "32em";
	  height: 9em;
                border: 4px double #003399;
	  padding: "2em";
	  margin-top: 1em;
	  margin-left: 0.3em;
	  font-face: "MS UI Gothic";
	  font-size: 9pt;
	  z-index:4;
	}
div#all     { width: "52em";
               margin-top: "1em";
              }
div.new    { overflow: scroll;
	  scrollbar-3dlight-color: #000000; 
	  scrollbar-arrow-color: #003399;
	  scrollbar-darkshadow-color: #000000;
	  scrollbar-face-color: #000000;
	  scrollbar-highlight-color:#003399;
	  scrollbar-shadow-color: #003399;
	  scrollbar-track-color: #000000;
	  border: 4px double #003399;
	  height: 7em;
	  width: 32em;
	  padding: 0 1em;
	  background-color: #000000;
	}
div.new h2{ font: 1em  "MS UI Gothic";
	  color: #ff0000;
	  margin: 0.3em;
	}
div.new h3{ font: 1em "MS UI Gothic";
	  color: #00ff00;
	  margin: 0;
	}
div.new p { font: 0.8em "MS UI Gothic";
	  margin: 0;
	}
ul	{ list-style-type: upper-roman;
	}
li	{ padding: "0.3em";
	  line-height: "1.5";  
	  font: 1em "Courier New";
	  color: "#ffffff"
	}
a	{ text-decoration: none;
	  font: 1em "Courier New";
	  color: "#ffffff";
	  border: 1px solid #000000;
	}
a:hover   { border-color: "#003399";
	 background-color: "#6699cc";
	}
#obj1      { position: absolute;
	 left: 80px;
	 top: 450px;
	 z-index: 5;
	}
#obj2      { position: absolute;
	 left: 250px;
	 top: 500px;
	 z-index: 5;
	}
#obj3      { position: absolute;
	 left: 350px;
	 top: 400px;
	 z-index: 5;
	}
#obj4      { position: absolute;
	 left: 550px;
	 top: 350px;
	 z-index: 5;
	}
#obj5      { position: absolute;
	 left: 180px;
	 top: 330px;
	 z-index: 5;
	}
#obj6      { position: absolute;
	 left: 150px;
	 top: 330px;
	 z-index: 5;
	}
