body{  
  background-color: white; 
  padding-left:5%;padding-right:5%;
  font-family: Calibri; 
    width: 1024px;
    margin: 10px auto;
    text-align: left;
    padding: 0px;
    color: black;
    font-size: 18px;
}

#telo{
    /*width: 1024px;*/
    width: auto;
    margin: 0px 20px 25px 20px;
    padding: 2%;
    position: relative;
    text-align: justify;
    background-color: WhiteSmoke;
    background: WhiteSmoke; 
}


h1{
    font-size: 40px;
    font-weight: bold;
    color: black;
    vertical-align: middle;
    text-align: center;
}

h2{
    font-size: 30px;
    font-weight: bold;
    color: black;
    vertical-align: middle;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 5px;
}
h3{
    font-size: 25px;
    font-weight: bold;
    color: black;
    margin-top: 16px;
    margin-bottom: 5px;
}

h4{
    font-size: 20px;
    font-weight: bold;
    color: black;
    vertical-align: middle;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

ul{
    margin-top: 5px;
    margin-bottom: 5px;
}

table, th,  td{
   border: 0px;
   text-align: left;
   float: center;
}

table{
    margin-top: 0px;
    margin-bottom: 0px;
}

