<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.privacy { 
   background-color:rgb(0,0,0); 
   color:rgb(255,255,255); 
   font-size:12px; 
   width:100%;
   height:100px;
   top:0px;
   left:0px;
   position:absolute;
   text-align:center;
}

.bprivacy { 
   width:310px;
   height:20px;
   top: 70%;
   left: 40%;
   position: absolute;
   text-align:center;
}

.bprivacy1 { 
   background-color:rgb(255,128,0); 
   color:rgb(255,255,255); 
   font-size:15px; 
   width:150px;
   height:20px;
   top:0px;
   left:0px;
   position:absolute;
   text-align:center;
}

.bprivacy2 { 
   background-color:rgb(150,150,150); 
   color:rgb(255,255,255); 
   font-size:15px; 
   width:150px;
   height:20px;
   top:0px;
   left:160px;
   position:absolute;
   text-align:center;
}
</pre></body></html>