
<style>
        body {
            font-family: Arial, sans-serif;
            //background-color: #f4f7f9;
            background-color: #D9D9D9;
			padding: 20px;
            color: #000;
            font-size: 14px;
        }
        table {
            border-collapse: collapse;
            width: 100%;
            margin: 20px 0;
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            font-size: 18px;
        }
        th {
            background-color: #0077cc;
            color: white;
            padding: 8px;
            text-align: left;
        }
        th a {
            color: white;
            text-decoration: none;
        }
        td {
            padding: 6px 10px;
            border-bottom: 1px solid #ddd;
        }
        tr:hover {
            background-color: #f0f0f0;
        }
        .highlight-today {
            background-color: #cdefff !important;
        }
        h2 {
            margin-top: 40px;
            color: #005599;
            font-size: 16px;
        }
        .filter-form {
            margin: 20px 0;
        }
        .filter-form select, .filter-form input[type="submit"] {
            margin-right: 10px;
        }
    </style>
?>