.list {
    background-color: purple;
    font-family: "Times New Roman", times, Tahoma;
    text-align: left;
    text-decoration: none;
    font-style: bold;
    font-size: 12;
    color: tan;
}
.content {
    font-family: "Times New Roman", Times,Tahoma;
    font-size: 14;
    color: brown;
}
