Why is it that the style is not working? why?
<html>
<head>
<title> Starbuzz Coffee</title>
<style type=”text/css”>
body {
background-color: #d2b48c;
margin-left: 20%;
margin-right: 20%;
border: 1px dotted gray;
padding: 10px 10px 10px 10px;
font-family: sans-serif;
}
</style>
</head>
<body>
<h1>StarBuzz Coffee Beverages!</h1>
<h2>House Blend , $1.49</h2>
<p>A smooth, mild blend of coffee from mexico,Oblivia and Guatemala</p>
<h2>Mocha Coffee Latter , $2.96</h2>
<p>EsPresso, Steamed milk and Chocolate chip</p>
<h2>Capuccino , $1.07</h2>
<p>A mixture of Espresso, steamed milk and foam</p>
<h2>Chai Tea , $2.59</h2>
<p> A spicy drink with black tea, spices, milk and honey</p>
</body>
</html>