body { background-color:black
     }
     
banner { text-align:center
       }
       
    div.section {
        background: black;
        color: white;
        border-radius: 1em;
        padding: 1em;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%) }       
       
h1 { 
     font-family:"Arial"; 
     font-size:1.6em;
     font-weight:bold;   
     color:black;
   }
     
h2 { 
     font-family:"Arial"; 
     font-size:1.4em; 
     font-weight:bold; 
     color:black;
   }
   
h3 { 
     font-family:"Arial";
     font-size:1.2em;
     font-weight:bold;
     color:black;
   }
     
p  {  
     font-family:"Arial"; 
     font-size:1em; 
     font-weight:bold;
     color:black;
   }
   
td { 
     font-family:"Arial"; 
     font-size:0.5em; 
     font-weight:bold;
     color:black;
   }
   
a { 
     font-family:"Arial";
     font-size:1em;
     font-weight:bold;
     color:black;
   }

a:link  { 
     font-family:"Arial";
     font-size:1em;
     font-weight:bold;
     color:black;
   }

a:visited  { 
     font-family:"Arial";
     font-size:1em;
     font-weight:bold;
     color:black;
   }

a:active  { 
     font-family:"Arial";
     font-size:1em;
     font-weight:bold;
     color:black;
   }   

a:hover  { 
     font-family:"Arial";
     font-size:1em;
     font-weight:bold;
     color:black;
   }

     
ol { 
     font-family:"Arial"; 
     font-size:1em;
     list-style:decimal;
     font-weight:bold;
     color:black;
   }
     
ul { 
     font-family:"Arial";
     font-size:1em; 
     list-style:disc;
     font-weight:bold;
     color:black;
   }
   
   ol { 
     font-family:"Arial"; 
     font-size:1em;
     list-style:decimal;
     font-weight:bold;
     color:black;
   }
     
ul { 
     font-family:"Arial";
     font-size:1em; 
     list-style:disc;
     font-weight:bold;
     color:black;
   }

p.see { 
     font-family:"Arial"; 
     font-size:1em; 
     font-weight:bold;
     color:white;
   }
   
td.see { 
     font-family:"Arial"; 
     font-size:1em; 
     font-weight:bold;
     color:white;
   }
   
a.see a.see:link a.see:visited a.see:active a.see:hover { 
     font-family:"Arial";
     font-size:1em;
     font-weight:bold;
     color:white;
   }
   
a.li { 
     color:black;
     text-decoration:none;
   }   
   
a.jps { 
     color:gold;
     text-decoration:none;
   }     