body {
    background-color: #CCCCCC;
    color: #000000;
    font-family: "Times New Roman", Times, serif; /* Explicitly defines a serif font */
    line-height: 1.1; /* Improves readability with better line spacing */
    margin: 0; /* Removes default margins around the body */
    padding: 10; /* default padding around the body */
}

img {
    margin: 10px; /* uniform space around images */
   
}

/* Apply padding to table cells (td and th) */
table, td, th {
    padding: 10px; /* Adds padding inside table cells */
    border-collapse: collapse; /* Optional: ensures borders don't double up */
}

 
