html { 
margin : 0; 
padding : 0; 
} 
BODY { 
width : 900px; 
margin-left:auto; 
margin-right:auto; 
} 


a:link {color: #4a2d07; text-decoration: none; }
a:active {color: #4a2d07; text-decoration: none; }
a:visited {color: #4a2d07; text-decoration: none; }
a:hover {color: #4a2d07; text-decoration: none; }

h1 {font-size:1.6em}
h2 {font-size:1.2em}
p {font-size:0.8em}


img {border: 0px;}

div#left1 {


    float: left;


    width: 400px;


    height: 150px;


    padding: 2px ;


    background-color: white;


}


div#right1 {


    float: right;


    width: 400px;


    height: 150px;


    padding: 2px ;


    background-color: white;


}

div#left {


    float: left;


    width: 295px;


    height: 850px;


    border: 1px solid ;


    padding: 2px ;


    background-color: white;



}


div#right {


    float: right;


    width: 295px;


    height: 850px;


    border: 1px solid ;


    padding: 2px ;


    background-color: white;


}



div#middle {


    border: 1px solid ;


    height: 850px;
 

    padding: 2px ;


    background-color: silver;


}



div#pizza {


    float: left ;


    width: 650px;
 

}


div#price {


    float: right ;


    width: 100px;
 


}
