 html
{
	width:100%;
    height:100%;

	}
h1,h3{
	color:black;
	font-family: Verdana, Geneva, sans-serif;
	}
h2,h3,hr,p,a,li,label{
	color:black;
	font-family: Verdana, Geneva, sans-serif;
	}
b
{
color:grey;
font-style: oblique;

}
body{
    
	background-image: url(pizzabackground.jpg);
 	margin-left: 		auto;
	margin-right: 		auto;
  background-attachment: fixed;

   
}
#BESTILLING
{
color: white;
border:solid; 
border-style:double;
border-color:silver;
-moz-border-radius: 9px;
border-radius: 9px;
max-width:940px;
min-width:940px;
margin-left: 		10%;
margin-right: 		auto;
margin-top:10em;
background-color: white;
opacity:0.8;
filter:alpha(opacity=80);
padding-left: 1.5em;
padding-right:1em;
-moz-border-radius: 9px;
border-radius: 9px;
-moz-box-shadow: 10px 10px 5px black;
-webkit-box-shadow: 10px 10px 5px black;
box-shadow: 10px 10px 5px black;

} 
