body,ul,li,div,h1,h2,h3,p{
    margin: 0px;
    padding: 0px;
  }
  
.float_left{
float: left;
}

.float_right{
float: right;
}

.clear{
clear: both;
}