/* SPE Visa Letters — site-specific overrides.
   Legacy JSPs used inline <style> blocks per page (h1 color #8a1617, etc.) —
   consolidated here as the pages are converted, rather than repeated per view. */

h1 {
    color: #8a1617;
    font-size: 135%;
    padding: 0;
    margin: 0 0 0.5em;
}

hr {
    background: linear-gradient(gray, lightgray);
    height: 1px;
    border: none;
}
