 
 body, td
  {
      text-align: center;
      text-align: center;
      font-size: 30px;
      color: #11CFFF;
      background-image: url(images/home.jpg);
      background-position: center top;
      background-repeat: no-repeat;
      height: 1581px;
      
  }
  
 table
  {
    width: 100%;
    height: 100%;
  }

 p.text span
   { 
       color: #E3FFFF;      
     
    
   
   }
   
 a { text-decoration: none; color: inherit }
 
 
 ul.langselect
  {
    width: 960px;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
  }
  
 ul.langselect li
  {
     display: inline;
     font-size: 16px;
     color: black;
  
  }
  
  ul.langselect li a
   { 
     color: #9DC3D8;;
   }
  
  
  
  