// Cascading Stylesheets

<!--
body { margin-top:-1px;
       margin-left:-1px;
       background:rgb(0,0,0)
       scrollbar-face-color: black;
       scrollbar-arrow-color: black;
       scrollbar-base-color: black }
p.white { font-family:Verdana,Arial,Helvetica,sans-serif;
         font-weight:bold;
         font-size:10pt;
         color:rgb(255,255,255);
         background:rgb(0,0,0);
         margin-top:100px;
         text-align:left; }
p.yellow { font-family:Verdana,Arial,Helvetica,sans-serif;
        font-weight:bold;
        font-size:10pt;
        color:#FFFF00;
        background:rgb(0,0,0);
        margin-top:20px; }
h1 { font-family:Verdana,Arial,Helvetica,sans-serif;
        font-weight:bold;
        font-size:20pt;
        color:rgb(200,0,0);
        background:rgb(130,180,250);
        margin:30px; }
input,option { color:rgb(200,0,0);
               background:rgb(150,200,130); }

a:link { color:rgb(255,255,255);
         text-decoration:none; }
a:active { color:rgb(255,255,255); }
a:visited { color:rgb(255,255,255); }
a:hover { color:rgb(0,0,255); }

div.e1 { width:300px;
         height:50px;
         background:rgb(0,0,0);
         z-index:1;
         position:absolute;
         left:400px;
         top:200px; }
div.e2 { width:300px;
         height:50px;
         background:rgb(0,0,0);
         z-index:2;
         position:absolute;
         left:400px;
         top:200px; }
div.e3 { width:300px;
         height:50px;
         background:rgb(0,0,0);
         z-index:3;
         position:absolute;
         left:400px;
         top:200px; }
div.e4 { width:300px;
         height:50px;
         background:rgb(0,0,0);
         z-index:4;
         position:absolute;
         left:400px;
         top:200px; }
div.e5 { width:300px;
         height:400px;
         background:rgb(0,0,0);
         z-index:5;
         position:absolute;
         left:400px;
         top:200px; }
div.e6 { width:210px;
         height:100px;
         background:rgb(0,0,0);
         z-index:6;
         position:absolute;
         left:350px;
         top:250px; }

//-->