body
{
   background-color: #FFFFFF;
   background-image: url('images/o-CHEF-COOKING-facebook.jpg');
   background-attachment: scroll;
   background-position: left top;
   background-repeat: no-repeat;
   background-size: cover;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
        body {
            background-color: #f0f0f0; /* Light background for contrast */
        }
        table {
            width: 100%;
            border-collapse: collapse;
            background-color: rgba(0, 100, 0, 0.8); /* Dark green with 20% transparency */
            color: white; /* White text */
        }
        th, td {
            padding: 10px;
            border: 1px solid #ddd;
            text-align: left;
        }
        th {
            background-color: rgba(0, 100, 0, 0.9); /* Slightly darker for headers */
        }
        a {
            color: #90EE90; /* Light green */
            text-decoration: none;
        }
        a:hover {
            text-decoration: underline;
        }
    