table {
    border-collapse: collapse;
    width: 100%;
    background-color: #E6E6FA;
    margin-bottom: 20px;
}
th, td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
th {
    background-color: #6B3E9B;
    color: white;
}
a {
    color: #6B3E9B;
    text-decoration: none;
}

img {
  display: block;
  margin: auto;
  width: 50%;
  height: auto;
  margin-top: 20px;
}
}
#pulphero { height: 300px;
            background-image: url(pulp.jpg);
        background-repeat: no-repeat;
            background-size: 200% 100%; 