<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Verify your email address to complete the sign up process.</title>
    <style>
        #HeaderImgContainer {
            display: block;
            margin-bottom: 15px;
        }

        .bodyText, #InviteeVerificationCode {
            font-family: 'Segoe UI', 'Segoe', 'SegoeUI-Regular-final', Tahoma, Helvetica, Arial, sans-serif;
        }

        .bodyText {
            font-size: 11pt;
            margin-bottom: 15px;
        }

        #InviteeVerificationCode {
            font-size: 18pt;
            margin-top: 20px;
            margin-bottom: 25px;
        }
    </style>
</head>
<body>
<div>
    <div id="EnterCode" class="bodyText">Please use the following verification code to verify your email with Microsoft:</div>
    <div id="InviteeVerificationCode">015932</div>
    <div id="IgnoreMessage" class="bodyText">If you didn't request this code, you can safely ignore this email. Someone else might have typed your email address by mistake.</div>
    <br/>
    <div id="Thanks" class="bodyText">Thanks,<br/>Microsoft
    </div>
</div>
</body>
</html>