
html, body, span, p, form,footer, img, a, ul, ol, li, table, tr, td, div{
margin: 0;
padding: 0; 
border:none; 
outline:none;
list-style-type:none;
}


#laranja{
    
    
height:10%;
width:100%;
background-color:#FFDDAA;
    border:3px green solid;
    
}


#contrato2{
    
   height:100%; 
   width:30%; 
   background-color:orange;
   
   
   border:3px white solid;
   
   
    
}
