/* 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: #f2e2c2;
  color: black;
  font-family: sans-serif;
}
/*th, td {padding-top:5px; padding-left:8px; padding-bottom:5px}*/
th, td {padding: 3px}
