img{
    height:183px;
    width:200px;
    border:white solid;
}

body{
    background-color:palevioletred;
    color:white;
    font-style:georgia;
}
a{
    color:white;
}

th{
    font-size:20px;
}

.topic{
    font-style:italic;
    text-align:center;
}

.content{
    font-size:17px;
    background-color:lightgreen;
}

.cite{
    background-color:lightblue;
}