body{
    background-color:MistyRose;
    }
h1{
    color:IndianRed;
    }
h2{
    color:LightCoral;
    }
h3{
    color:Salmon;
    }
td{
    width:100px; 
    height:100px; 
    vertical-align:top;
    }
img{
    text-align:left;
    }
.header{
    border-style:solid;
    background-color:Pink;
}
.content{
    font-weight:bold;
}
.footer{
    font-style:italic;
}
.favorites-title{
    color:IndianRed;
}