* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Lucida Sans Unicode", "Lucida Grande";
    
}
header{
    background-image: url(../images/9.jpg);
    background-position: bottom;
    height: 45px;
    text-align: right;
    position: fixed;
    padding: 13px;
    width: 100%; 
    color: white;
    top:0;
    background-color: none;
    z-index:999; 
}

span {
    padding-right: 2%;
    
}
span.float-left, footer.fleft{
    padding-left: 5px;
    float: left;
}
span a{
    color: white;
    text-decoration: none;
}
body{
    background-color: #f1f2f4;
}

a{
    color: #708090;
}
h2{
    text-align: center;
}
section.festive{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    position: absolute;
    top: 10%;
    margin-bottom: 5%;
    text-align: justify;
}
table{
    width: 100%;
}
table,th,td{
    border: 1px solid #708090;
    border-collapse: collapse;
}

th,td{
    padding: 5px;
}
td:nth-child(2) {
    text-align: left;
}
footer{
    background-image: url(../images/9.jpg);
    height: 35px;
    position: fixed;
    padding: 7px;
    width: 100%; 
    color: white;
    bottom:0;
    background-color: none;
    background-position: right;
}
a.f-right{
    float: right;
    color: white;
}

ul{
    padding-left: 2%;
}
p{
    padding-top: 2%;
}