body {
    font-family: Arial, sans-serif;
    margin: 20px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

a {
	text-decoration: none;
}

th {
    background-color: #f2f2f2;
}

#datePickerContainer {
    margin-bottom: 20px;
}

#datePicker {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#datePicker:hover {
    border-color: #555;
}

#messageArea {
    margin-top: 10px;
    color: #FF0000;
}
