body{
    background-image: url(../images/backgrounds/yellow-bg.gif);
}

table{
    border-collapse: collapse;
}

td {
    text-align: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;

  }


th{
    font-size: 20px;
    width:200px;
}

h1{
    font-size: 40px;
}

img{
    height:67.5px;
    width: 45px;
    padding: 2px;
}

h2{
    text-decoration: underline;
}

summary{
    font-size: 1.5em;
}