body {
    font-family: "Segoe UI", sans-serif;
    margin: 2em;
    background-color: #f8f9fa;
    color: #333;
}

h1, h2, h3 {
    color: #005580;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 1em;
}

table th, table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

input[type="text"], input[type="email"], input[type="password"], select, textarea {
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
    margin-top: 4px;
    margin-bottom: 10px;
}

button {
    padding: 6px 12px;
    background-color: #005580;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #004466;
}
