/*this first part is to set the font style, color and size of your text, as well as the background color of the page */
body {
background-color:#b8e4a2;
font-family: Verdana, Arial, sans-serif;
font-size: 93%;
color: #000;
margin:auto;
padding:0;
text-align:left;
}


