<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
 
 {
    background-color:gray;
 
         }
  
.logo
 
      {
        height:100px;
        width:950px;
        text-align:center;
        background-color:black;
        margin:0 auto; 
            }
 
.logo_container
         {
           height:80px;
           width:800px;
           margin:0px 75px 10px 75px;
           padding:10px;
           font-size:50px;
           text-align:center;
           color:skyblue;
              }
 

.menu_container
         {
           height:40px;
           width:950px; 
           margin:0 auto;
           background-color:white;
           
                  } 

.menu ul
       { 
         float:left;
         font-size:15px;
         color:black;
         
             }
.menu ul li
         {
           float:left;
           padding:0px 5px 0px 5px;
           margin:-5px 20px -5px 20px;
           list-style-type:none;
                }
          
.menu ul li a
           {
             color:brown;
             text-decoration:none;
             padding:15px 30px 15px 30px;

                   }
.menu ul li a:hover
              { 
                  background-color:skyblue;
                      }
.current_page_item a
            {
              background-color:skyblue;
                 }

.container
       {
         height:500px;
         width:950px;
         background-color:skyblue;
         margin:0 auto;
            }


.container2
         {
           height:300px;
           width:950px;
           background-color:brown;
           margin:0 auto;
             }
 h
 {
   font-size:30px;
   color:white;
   padding:20px 0px 0px 20px;
     }
    

.containerright
          {
            height:300px;
            width:200px;
            background-color:skyblue;
            float:right;
              }

.heading
      {
         height:40px;
         width:200px;
         background-color:black;
         text-align:center;
         color:white;
          }




.footer
     {
 
       height:50px;
       width:950px;
       background-color:black;
       margin:0 auto;
            }

.footerleft
        {
           font-size:15px;
           float:left;
           color:white;
           margin:15px 0px 10px 20px;
               }

.footerright
         {
            font-size:15px;
            float:right;
            color:white;
            margin:15px 20px 10px 0px;
                   }





















.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; }


.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { width: 600px; padding: 10px; background-color: #000000; color: #FFFFFF; }

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }

</pre></body></html>