body{
    background-color: #eeeeee;
}



.container{
          width: 100%;
          margin: auto;
          background: #eeeeee;
}



.clear{
      margin: 20px;
      clear: both;
      height: 80px;
      background: #eeeeee;
      font-size: 25pt;
      font-family: calibri,sans-serif;
      color: red;
      text-align: center;
}



.clear2{
      text-align: center;
      margin: 6px;
      padding: 0px;
      background: #eeeeee;
}

.box1{
    display: inline-block;
    width: 400px;
    height: 25px;
    margin: 6px;
    padding: 6px;
    background: #eeeeee;
    font-size: 16pt;
    font-family: calibri,sans-serif;
}



.clear3{
      margin: 70px;
      clear: both;
      height: 100px;
      background: #eeeeee;
      text-align: center;
}

.box2{
    display: inline-block;
    width: 500px;
    height: 50px;
    margin: 6px;
    padding: 6px;
    background: #eeeeee;
}
