blockquote {
    background-color: #F5DEB3;
    padding: 10px;
    border-left: 5px solid #ccc;
    margin: 10px 0;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    border: 1px solid #D2691E;
    padding: 8px;
    text-align: left;
}

th {
    font-weight: bold;
    background-color: #C0C0C0;
}
