
<style type="text/css">/* Footer Styling */
    .pageFooter {
        background-color: #00004d; /* Dark blue background */
        padding: 20px 0;
        text-align: center;
        border-top: 2px solid #ddd;
        color: white; /* White text for better contrast */
    }

    .pageFooter p {
        margin: 10px 0;
        font-family: 'Times New Roman', Times, serif;
        font-size: 16px;
        color: white; /* White text */
    }

    .pageFooter a {
        text-decoration: none;
        color: #66ccff; /* Light blue link color */
        font-weight: bold;
    }

    .pageFooter a:hover {
        color: #ff6347; /* Hover effect - tomato color */
    }

    .pageFooter .footer-links {
        font-size: 18px;
        margin-top: 10px;
    }

    .pageFooter .footer-links a {
        margin: 0 15px;
        color: #66ccff; /* Light blue link color */
        font-weight: bold;
    }

    .pageFooter .footer-links a:hover {
        color: #ff6347; /* Hover effect for links */
    }

    .pageFooter img {
        margin: 20px 0; /* Space above and below the image */
    }

    .pageFooter .copyright {
        margin-top: 20px;
        font-size: 16px;
    }
</style>