<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Proceed with caution!</title>
    <style>
         body {
            font-family: 'Arial Regular', 'Arial', sans-serif;
            font-size: 14px;
        }

        b {
            font-family: 'Arial Bold', 'Arial', sans-serif;
            font-weight: 700;
        }

        h1, h3 {
            font-weight: 400;
        }

        h1 {
            font-size: 36px;
            margin-top: 15px;
            margin-bottom: 10px;
        }

        h3 {
            font-size: 18px;
            margin-top: 10px;
            margin-bottom: 30px;
        }

        p {
            margin-top: 20px;
            margin-bottom: 20px;
        }

        a {
            text-decoration: none;
        }

        .btn-area {
            margin-top: 40px;
        }

        .btn {
            display: inline-block;
            margin-right: 10px;
            font-weight: 400;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            user-select: none;
            border: 1px solid transparent;
            padding: .375rem .75rem;
            line-height: 1.5;
            border-radius: .25rem;
            transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
        }

        .btn-primary {
            color: #fff;
            background-color: #007bff;
            border-color: #007bff;
        }

            .btn-primary:hover {
                color: #fff;
                background-color: #0069d9;
                border-color: #0062cc;
                cursor: pointer;
            }

        .container {
            width: 790px;
            padding-right: 15px;
            padding-left: 15px;
            margin-top: 80px;
            margin-right: auto;
            margin-left: auto;
        }
    </style>
</head>
<body>
    <div class="container">
        <img width="72" height="72" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJzdmciIGFyaWEtaGlkZGVuPSJ0cnVlIiBkYXRhLXByZWZpeD0iZmFzIiBkYXRhLWljb249ImV4Y2xhbWF0aW9uLXRyaWFuZ2xlIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtZXhjbGFtYXRpb24tdHJpYW5nbGUgZmEtdy0xOCIgcm9sZT0iaW1nIiB2aWV3Qm94PSIwIDAgNTc2IDUxMiIgc3R5bGU9IiYjMTA7ICAgIC8qIGZpbGw6ICM5OTk7ICovJiMxMDsgICAgY29sb3I6ICNkZGQ7JiMxMDsiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eiIvPjwvc3ZnPg==" />
        <h1>Proceed with caution!</h1>
        <h3>You are being redirected to https://prsay.prsa.org/ This site is out of our control.</h3>
        <p>For your safety never enter your password for <b>https://www.prsa.org/</b> on this site <b>https://prsay.prsa.org</b>.</p>
        <p>Be warned that any time you see this message you may be heading to a non-trusted site. Untrusted sites may contain malware or may imitate the design of other sites in attempt to deceit you to give away credentials, personal or financial information.</p>
        <div class="btn-area">
            <a class="btn btn-primary" href="https://www.prsa.org/">Go to homepage</a>
            <a href="https://prsay.prsa.org/">Proceed to https://prsay.prsa.org/</a>
        </div>
    </div>
</body>
</html>
