
/* set the screen width and background color here */
.wrapper {
  margin: auto;
  width: 1200px;
  top: 0;
  background-color: white;
}

/* My Style Sheet for font and size  */
h1 {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  text-align: center;
  color: #2d7ee9;
}

h2{
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  color: #2d7ee9;
}

h3 {
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  color: #2d7ee9;
  text-align: center;
}

p{
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 8px;
}

a {
  font-family: 'Lato', sans-serif;
  color: #000080;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 0;
 }


/* This controls the picture location */
.float {
  float: left;
  height: 315px;
  width: 347px;
  margin-top: auto;
  margin-right: 20px;
  margin-bottom: auto;
  margin-left: auto;
}

/* this code sets up a table for weekly newsletter */

table {
  border-collapse: collapse;
  width: 80%;
}

td {
  text-align: left;
  padding: 2px;
}

table.center {
  margin-left: auto;
  margin-right: auto;
}
