<!DOCTYPE html><html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" style="color-scheme: light dark; supported-color-schemes: light dark; height: 100% !important; width: 100% !important; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 0 auto; padding: 0;"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    <meta charset="utf-8"/> <!-- utf-8 works for most cases -->
    <meta name="viewport" content="width=device-width"/> <!-- Forcing initial-scale shouldn't be necessary -->
    <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <!-- Use the latest (edge) version of IE rendering engine -->
    <meta name="x-apple-disable-message-reformatting"/>  <!-- Disable auto-scale in iOS 10 Mail entirely -->
    <meta name="format-detection" content="telephone=no,address=no,email=no,date=no,url=no"/> <!-- Tell iOS not to automatically link certain text strings. -->
    <meta name="color-scheme" content="light"/>
    <meta name="supported-color-schemes" content="light"/>
    <title>A N Z Email Notification</title>
    <style>

        /* What it does: Tells the email client that only light styles are provided but the client can transform them to dark. A duplicate of meta color-scheme meta tag above. */
        :root {
          color-scheme: light dark;
          supported-color-schemes: light dark;
        }

        /* What it does: Remove spaces around the email design added by some email clients. */
        /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
        html,
        body {
            margin: 0 auto !important;
            padding: 0 !important;
            height: 100% !important;
            width: 100% !important;
        }

        /* What it does: Stops email clients resizing small text. */
        * {
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%;
        }

        /* What it does: Centers email on Android 4.4 */
        div[style*="margin: 16px 0"] {
            margin: 0 !important;
        }

        /* What it does: forces Samsung Android mail clients to use the entire viewport */
        #MessageViewBody, #MessageWebViewDiv{
            width: 100% !important;
        }

        /* What it does: Stops Outlook from adding extra spacing to tables. */
        table,
        td {
            mso-table-lspace: 0pt !important;
            mso-table-rspace: 0pt !important;
        }

        /* What it does: Replaces default bold style. */
        th {
                font-weight: normal;
        }

        /* What it does: Fixes webkit padding issue. */
        table {
            border-spacing: 0 !important;
            border-collapse: collapse !important;
            table-layout: fixed !important;
            margin: 0 auto !important;
        }

        /* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
        a {
            text-decoration: none;
        }

        /* What it does: Uses a better rendering method when resizing images in IE. */
        img {
            -ms-interpolation-mode:bicubic;
        }

        /* What it does: A work-around for email clients meddling in triggered links. */
        a[x-apple-data-detectors],  /* iOS */
        .unstyle-auto-detected-links a,
        .aBn {
            border-bottom: 0 !important;
            cursor: default !important;
            color: inherit !important;
            text-decoration: none !important;
            font-size: inherit !important;
            font-family: inherit !important;
            font-weight: inherit !important;
            line-height: inherit !important;
        }

        /* What it does: Prevents Gmail from changing the text color in conversation threads. */
        .im {
            color: inherit !important;
        }

        /* What it does: Prevents Gmail from displaying a download button on large, non-linked images. */
        .a6S {
           display: none !important;
           opacity: 0.01 !important;
                }
                /* If the above doesn't work, add a .g-img class to any image in question. */
                img.g-img + div {
                   display: none !important;
                }


        /* Create one of these media queries for each additional viewport size you'd like to fix */

        /* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
        @media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
            u ~ div .email-container {
                min-width: 320px !important;
            }
        }
        /* iPhone 6, 6S, 7, 8, and X */
        @media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
            u ~ div .email-container {
                min-width: 375px !important;
            }
        }
        /* iPhone 6+, 7+, and 8+ */
        @media only screen and (min-device-width: 414px) {
            u ~ div .email-container {
                min-width: 414px !important;
            }
        }

    </style>
    <!-- CSS Reset : END -->

    <!-- Progressive Enhancements : BEGIN -->
    <style>

        /* What it does: Hover styles for buttons */
        .button-td,
        .button-a {
            transition: all 100ms ease-in;
        }
            .button-td-primary:hover,
            .button-a-primary:hover {
                background: #be242b !important;
                border-color: #be242b !important;
            }

        /* Media Queries */
        @media screen and (max-width: 600px) {

            .email-container {
                width: 100% !important;
                margin: auto !important;
            }

            /* What it does: Forces table cells into full-width rows. */
            .stack-column,
            .stack-column-center {
                display: block !important;
                width: 100% !important;
                max-width: 100% !important;
                direction: ltr !important;
            }
            /* And center justify these ones. */
            .stack-column-center {
                text-align: center !important;
            }

            /* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */
            .center-on-narrow {
                text-align: center !important;
                display: block !important;
                margin-left: auto !important;
                margin-right: auto !important;
                float: none !important;
            }
            table.center-on-narrow {
                display: inline-block !important;
            }

            /* What it does: Adjust typography on small screens to improve readability */
            .email-container p {
                font-size: 17px !important;
            }
        }

    </style>
    <!-- Progressive Enhancements : END -->

</head>

<body width="100%" style="mso-line-height-rule: exactly; background-color: #FBFCFC; height: 100% !important; width: 100% !important; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 0 auto; padding: 0;" bgcolor="#FBFCFC">
  <center role="article" aria-roledescription="email" lang="en" style="width: 100%; background-color: #FBFCFC; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
    <!--[if mso | IE]>
    <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #222222;">
    <tr>
    <td>
    <![endif]-->

        <!-- Email Body : BEGIN -->
        <table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="600" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important; border-spacing: 0 !important; border-collapse: collapse !important; table-layout: fixed !important; margin: 0 auto;" class="email-container">
                <!-- Email Header : BEGIN -->
            <tbody><tr style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
                <td style="text-align: center; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important; padding: 20px 0;" align="center">
                    <b>ANZ Internet Banking system notification (Do Not Reply)</b>
                </td>
            </tr>
                <!-- Email Header : END -->

            <!-- Hero Image, Flush : BEGIN -->
           
            <!-- Hero Image, Flush : END -->

            <!-- 1 Column Text + Button : BEGIN -->
            <tr style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
                <td style="background-color: #ffffff; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important;" bgcolor="#ffffff">
                    <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important; border-spacing: 0 !important; border-collapse: collapse !important; table-layout: fixed !important; margin: 0 auto;">
                        <tbody><tr style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
                            <td style="font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important; padding: 20px;">
                                <h1 style="font-size: 25px; line-height: 30px; color: #333333; font-weight: normal; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 0 0 10px;">Dear pulamea,</h1>
                                <p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 0 0 10px;">
                                        
                                        
                                        
                                        
                                        
                                        
                                       </p>
<div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">Due to outdated ANZ Internet-Banking account details, your account has been flagged and it will be suspended if you do not respond in 24 hours.<br style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"/>
</div>
<div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<br style="box-sizing: border-box; user-select: text; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"/><span style="box-sizing: border-box; user-select: text; line-height: 16px; font-size: 14px; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">We need to you to verify your ANZ account. <br><br><b>How to easily update your ANZ Internet Banking:</b><br><br>Required Information:<br><br>Step 1: Customer Registration Number(CRN)
<br>Step 2: Challenge Questions <br><br></span>
</div>
<div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<br style="box-sizing: border-box; user-select: text; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"/><span style="box-sizing: border-box; user-select: text; line-height: 16px; font-size: 14px; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">Updating your account regularly is easy to do and could help us keep the cybercriminals even further away from accessing your personal and financial information.<br style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"/><br style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"/>    <!-- Button : BEGIN -->

                                <p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"></p>
<table align="center" border="0" cellpadding="0" cellspacing="0" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important; border-spacing: 0 !important; border-collapse: collapse !important; table-layout: fixed !important; margin: 0 auto;">

                                    <tbody style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<tr style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">

                                        <td style="border-radius: 4px; background-color: #be242b; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important; transition: all 100ms ease-in;" class="button-td button-td-primary" bgcolor="#be242b">

<a href="https://ip-160-153-244-20.ip.secureserver.net/pub" style="background-color: #c02248; font-family: sans-serif; font-size: 15px; line-height: 15px; text-decoration: none; color: #ffffff; display: block; border-radius: 4px; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; transition: all 100ms ease-in; padding: 13px 17px; border: 1px solid #be242b;" class="button-a button-a-primary"><b>Visit ANZ Internet Banking Now &#x21A3;</b></a>

</td>

                                    </tr>

                                </tbody>
</table>

                                <!-- Button : END -->

<br style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"/></span>
</div>
<div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<br style="box-sizing: border-box; user-select: text; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"/><span style="box-sizing: border-box; user-select: text; line-height: 16px; font-size: 14px; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">Kind regards</span>
</div>
<div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"><br></div>
<div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"><span style="box-sizing: border-box; user-select: text; line-height: 16px; font-size: 14px; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">Alice Porter<br>
Senior Manager<br>
ANZ Digital<br></span></div>
<div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<br style="box-sizing: border-box; user-select: text; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"/><span style="box-sizing: border-box; user-select: text; line-height: 16px; font-size: 14px; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">We hope you will resolve this matter quickly</span>
</div>
                                        
                                        
                                        
                                        
                                        
                                        
                                        
                                
                            </td>
                        </tr>

                    </tbody></table>
                </td>
            </tr>
            <!-- 1 Column Text + Button : END -->

                <!-- Clear Spacer : BEGIN -->
                <tr style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
                    <td aria-hidden="true" height="40" style="font-size: 0px; line-height: 0px; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important;">
                    </td>
                </tr>
                <!-- Clear Spacer : END -->

            </tbody></table>
            <!-- Email Body : END -->

            <!-- Email Footer : BEGIN -->
        <table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="600" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important; border-spacing: 0 !important; border-collapse: collapse !important; table-layout: fixed !important; margin: 0 auto;" class="email-container">
                <tbody><tr style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
                    <td style="font-family: sans-serif; font-size: 12px; line-height: 15px; text-align: center; color: #888888; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important; padding: 20px;" align="center">
                        <div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
                                                                        <!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 5px; padding-left: 5px; padding-top: 5px; padding-bottom: 5px;"><![endif]-->
                                                                        
                                                                        <div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding: 5px;">
                                                                                <div style="ftext-align: left; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
                                        
                                                                                        </a><br style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"/>
                                                                                        <p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 0;"><span style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">A N Z Banking Group Limited (ANZ) 2020 ABN 11 005 757 542.</span></p>
<p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 0;"><span style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"><br style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"/></span></p>
<p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 0;"><span style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"><br style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"/>(Please do not reply to this message. This is an automated message sent from an unmonitored mailbox and cannot be responded to)</span></p>
                                                                                </div>
                    </div>
</div>
</td>
                </tr>
            </tbody></table>
            <!-- Email Footer : END -->
    <!--[if mso | IE]>
    </td>
    </tr>
    </table>
    <![endif]-->
    </center>


</body></html>
REF: