<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body

{
  background: #FFFFBE;
  
}

{
   width: 100%
   }
 #container{
   position: absolute;
   margin: 10px auto;
   width: 100%;
   height: 600px;
      
   }

#menu1{
   position: absolute;
   width: 100%;
   height: 800px;
   top: 15px;
   left: 10px;
  
   }

#menu2{
   position: absolute;
   width: 100%;
   height: 800px;
   top: 15px;
   left: 13px;
  
   }

#content{
   position: absolute;
   width: 100%;
   height: 800px;
   top: 0px;
   left: 220px
  
   }

 #content2{
   position: absolute;
   width: 100%;
   height: 800px;
   top: 30px;
   left: 220px
  
   }

 #content3{
   position: absolute;
   width: 100%;
   height: 800px;
   top: 60px;
   left: 220px
  
   }

 #content4{
   position: absolute;
   width: 100%;
   height: 800px;
   top: 50px;
   left: 220px
  
   }



h1 {font-family: arial, verdana,sans-serif; font-size: 20px; font-weight: bold; color:white; }

p {font-family: arial, verdana,sans-serif; font-size: 20x; font-weight: bold; color:#F0F0C6; }
p1 {font-family: arial, verdana,sans-serif; font-size: 20px; font-weight: bold; color:#F0F0C6; }
p2 {font-family: arial, verdana,sans-serif; font-size: 20px; font-weight: bold; color:#F0F0C6; }
p3 {font-family: arial, verdana,sans-serif; font-size: 30px; font-weight: bold; color:#F0F0C6; }

a {font-family: arial, verdana, sans-serif; font-size: 20px; font-weight: bold; text-decoration: none}

a:link {color: white; text-decoration: none} 
a:active {color: #F0F0C6; text-decoration: none } 
a:visited {color: #FFDD00; text-decoration: none} 
a:hover{color: red; text-decoration: none} 
</pre></body></html>