html, body{
  height: 100%; 
  margin: 0; 
  padding: 0; 
  color: #fff;
  background-color: #efefde;
  }
h1{
  font-family: Trebuchet MS;
  color: #3B473C;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  }
h2{
  font-family: Trebuchet MS;
  color: #3B473C;
  font-size: 16px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 0px;
  }  
p{
  font-family: Trebuchet MS;
  color: #404040;
  font-size: 14px;
  text-align: justify;
  line-height: 18px;
  margin-right: 10px;
  margin-left: 10px;
  }
p.thanks{
  font-family: Trebuchet MS;
  color: #404040;
  font-size: 14px;
  text-align: justify;
  line-height: 18px;
  margin-right: 20px;
  margin-left: 20px;  
  }
p.tariffs{
  font-family: Trebuchet MS;
  color: #404040;
  font-size: 12px;
  text-align: justify;
  line-height: 18px;
  margin-right: 10px;
  margin-left: 10px;
  }  
ul{
  margin-top: 0px;
  } 
ul.midweek{
  margin-top: -15px;
  }  
li{
  font-family: Trebuchet MS;
  color: #404040;
  font-size: 14px;
  text-align: justify;
  margin-right: 15px;
  margin-left: 15px;
  }   
#bg{
  position:fixed; 
  top:0; 
  left:0; 
  width:100%; 
  height:100%;
  }
#content{
  position:relative; 
  z-index:1;
  }
.designer{
  font-family: Verdana;
  color: #efefde;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  }
td{
  font-family: Trebuchet MS;
  color: #404040;
  font-size: 14px;
  text-align: justify;
  line-height: 18px;
  margin-right: 10px;
  margin-left: 10px;
  }