/* style.css - a simple style sheet */
/* BELOW = BODY FORMATTING */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
margin-left: 10%;
margin-right: 10%;
color: black;
background: #FFFFCC;