img, table, iframe{
    height:300px;
    border:solid;
    border-color:black;
    padding:10px;
}
body{
    background-image:url("https://codehs.com/uploads/6d7e6a46384c726271f9096baeaad176");
}
P{
    background-color: white;
    font-family:verdana;
}
.feat-titled, td{
    font-weight:bolder;
    font-family:fantasy;
    text-decoration:underline;
}
th{
    background-color:SteelBlue;
    color:LightSeaGreen;
}
h1{
    font-family:cursive;
}
.background{
    font-size: 15px;
    font-family:verdana;
}
ul{
    background-color:LightBlue;
}

.favorite{
    width:350px;
    height:350px;
}
.text{
    text-align: left;
    font-family: verdana;
    color:red;
}
a{
    color: LightSeaGreen;
    font-family:Arial;
}
.red{
    color:red;
}