/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
   
   

body {
  background-color: white;
  color: black;
  font-family: Verdana;
  
<style type="text/css">
 #box1 {float:left;background-color:#FFFFFF; margin:0px 1px 15px 0; padding:5px; padding-left:8px; border:1px solid #E7DDBE;

}