<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.1//EN' 'http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd'><html xmlns='http://www.w3.org/1999/xhtml'>
<html prefix="og: http://ogp.me/ns/fb#">
<head><style type='text/css'>
span.preheader { display:none !important; visibility:hidden;line-height:0; opacity:0; color:transparent; height:0; width:0; }
</style>

  <!--this is the head-->
  <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- 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 -->
    
    <title></title> <!-- The title tag shows in email notifications, like Android 4.4. -->
    <!-- Web Font / @font-face : BEGIN -->
    <!-- NOTE: If web fonts are not required, lines 10 - 27 can be safely removed. -->
    <!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. -->
    <!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: http://stylecampaign.com/blog/2015/02/webfont-support-in-email/ -->
    <!--[if !mso]><!-->
    <!-- insert web font reference, eg: <link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'> -->
    <!--<![endif]-->
    <!-- Web Font / @font-face : END -->
    <!-- CSS Reset -->
    <style>
        /* 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;
            line-height: 1.4 !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: Stops Outlook from adding extra spacing to tables. */
        table,
        td {
            mso-table-lspace: 0pt !important;
            mso-table-rspace: 0pt !important;
        }

        /* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */
        table {
            border-spacing: 0 !important;
            border-collapse: collapse !important;
            table-layout: fixed !important;
            margin: 0 auto !important;
        }

            table table table {
                table-layout: auto;
            }

        /* 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 iOS meddling in triggered links. */
        *[x-apple-data-detectors] {
            color: inherit !important;
            text-decoration: none !important;
        }

        /* What it does: A work-around for Gmail meddling in triggered links. */
        .x-gmail-data-detectors,
        .x-gmail-data-detectors *,
        .aBn {
            border-bottom: 0 !important;
            cursor: default !important;
        }

        /* What it does: Prevents Gmail from displaying an 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;
        }

        /* What it does: Prevents underlining the button text in Windows 10 */
        .button-link {
            text-decoration: none !important;
        }
        .button-text{text-align: center!important;}
        /* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89  */
        /* Create one of these media queries for each additional viewport size you'd like to fix */
        /* Thanks to Eric Lepetit @ericlepetitsf) for help troubleshooting */
        @media only screen and (min-device-width: 375px) and (max-device-width: 413px) { /* iPhone 6 and 6+ */
            .email-container {
                min-width: 375px !important;
            }
        }

    </style>

    <!-- Progressive Enhancements -->
    
      <style id="media-query-style-element">
      /* Media Queries */
       @media  screen yahoo and (min-width: 768px){
       img[class="desktop-version"] {
          display: none !important;
        }
        img[class="mobile-version"] {
          display: inline-block !important;
        }
      }
      @media  screen yahoo and (max-width: 768px){
        img[class="desktop-version"] {
          display: inline-block !important;
        }
        img[class="mobile-version"] {
         display: none !important;
        }
      }

      @media screen and (min-width: 768px) {
        .desktop-version {
          display: inline-block !important;
        }
        .mobile-version {
         display: none !important;
        }
      }

      @media screen and (max-width: 768px) {

        .desktop-version {
          display: none !important;
        }
        .mobile-version {
          display: inline-block !important;
        }
        .email-container img.cd-image {
            height: auto !important;
          }
          .email-container img.no-img-edit {
            width: 100% !important;
            height: auto !important;
          }
          table, td{
            width: 100% !important;
          }
          div{
            width: 100% !important;
            min-width:100%!important;
          }
        .social-block-container{
            padding-left: 0 !important;
            padding-right: 0 !important;
          }
          /* What it does: Forces elements to resize to the full width of their container. Useful for resizing images beyond their max-width. */
        .fluid {
            width: 100% !important;
            max-width: 100% !important;
            height: auto !important;
            margin-left: auto !important;
            margin-right: auto !important;
          }

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

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

          table.center-on-narrow {
            display: inline-block !important;
          }
        .button-text{ max-width:100%!important; box-sizing: border-box!important;}
      }
      </style>

    <!-- What it does: Makes background images in 72ppi Outlook render at correct size. -->
    <!--[if gte mso 9]>
    <xml>
      <o:OfficeDocumentSettings>
        <o:AllowPNG/>
        <o:PixelsPerInch>96</o:PixelsPerInch>
     </o:OfficeDocumentSettings>
    </xml>
    <![endif]-->
    
    <!--Replace with relevant script for different preview behavior -->
    
</head>
<body><span class='preheader' style='display: none !important; visibility: line-height:0; hidden; opacity: 0; color: transparent; height: 0; width: 0;'>Painting the town purple                                                                                                                               </span><img src="https://elinkeu.clickdimensions.com/o/3/TXpZM01qa3hNalU6Y0RFdFlqRTVNamswTFRVME16VmhOV05qWlRSbE9UUXlZak5oWXpNeU9ESmhZMlZrTW1VME1HWXc6Wm1GdGFXeDVRR2hsYVc1eWFXTm9MbU52TG5WcjpZMjl1ZEdGamRDMW1aRFJtT1RneE5UTTBOamRsT1RFeFlUaGlOREF3TWpJME9EQXdOVGMwT0Mxak9EVTFNell6T1dKaE1EUTBaV0UzT0dKbFpUUXdPRGhpWmpnd1pUVTNZZw/FupmTMtA_DW73wmXk7mWlQ" width="1" height="1" /><img src="https://elinkeu.clickdimensions.com/o/3/TXpZM01qa3hNalU6Y0RFdFlqRTVNamswTFRVME16VmhOV05qWlRSbE9UUXlZak5oWXpNeU9ESmhZMlZrTW1VME1HWXc6Wm1GdGFXeDVRR2hsYVc1eWFXTm9MbU52TG5WcjpZMjl1ZEdGamRDMW1aRFJtT1RneE5UTTBOamRsT1RFeFlUaGlOREF3TWpJME9EQXdOVGMwT0Mxak9EVTFNell6T1dKaE1EUTBaV0UzT0dKbFpUUXdPRGhpWmpnd1pUVTNZZw/FupmTMtA_DW73wmXk7mWlQ" width="1" height="1" />
<!--this is the body-->
  <center style="width: 100%;">

                      <div dir="ltr" style="max-width: 100%; margin: auto; direction: ltr;" class="email-container">
                      <table role="presentation" cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="width: 100%; border-width: 1px; border-style: none; border-radius: 0px; background-origin: border-box; background-color: #e0e0e0; border-collapse: separate!important;" class="email-container">
                        <tbody>
                         <tr>
                           <td style="width: 100%;">
                            <!--[if mso]>
                            <table role="presentation" border="0" cellspacing="0" cellpadding="0" align="center" width="601" style="border-width: 1px; border-color: #ffffff; border-style: None; width: 601px; max-width: 601px;  border-collapse: separate!important;" class="email-page-container">
                           <![endif]-->
                            <!--[if !mso]><!-- -->
                             <table role="presentation" cellspacing="0" cellpadding="0" border="0"  align="center" width="602" style="border-width: 1px; border-color: #ffffff; border-style: None; width: 602px; max-width: 602px;  border-collapse: separate!important;" class="email-page-container">
                            <!--<![endif]-->
                                  <tbody>
                                      <tr class="section-block">
                        <td align="center" height="100%" valign="top" width="100%" style=" ">
                            <!-- Email Section : BEGIN -->
                            <!--[if mso]>
                            <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600">
                              <tr>
                                <td align="center" valign="top" width="600">
                           <![endif]-->
                            <table id="31" role="presentation"  border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:600px;">
                                <tbody>
                                    <tr>
                                        <td valign="top" width="100%" style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; background-color: #ffffff;; font-size: 0;">
                                         <!--[if mso]>
                                        <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600px" style="table-layout:fixed; border-collapse: collapse; mso-table-lspace:0; mso-table-rspace:0;" cellpadding="0" cellspacing="0" >
                                        <tr>
                                        <![endif]-->
                                        <!--[if mso]><td align="left" valign="top" width="600px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:600px; max-width:600px; min-width:600px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="600px" style="table-layout: fixed; width: 600px;" >
                                                        <tbody>
                                                            <tr>
                          <td width="564" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 9px; padding-bottom: 9px; padding-left: 18px; padding-right: 18px;"><p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none">Click <a cd-link-manager-tab="6" href="https://elinkeu.clickdimensions.com/m/1/36729125/p1-b19294-5435a5cce4e942b3ac3282aced2e40f0/9/499/19d878f1-f55d-4c10-abd0-d04a6f1049e9" style="color: rgb(0, 127, 183); font-weight: bold; text-decoration: underline;"><span style="color:#007fb7"><u>here</u></span></a> if you are having trouble viewing this message.</p>
</td>
                     </tr>
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]-->
                                        <!--[if mso]>
                                        </tr>
                                        </table>
                                        <![endif]-->
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                          <!--[if mso]>
                            </td>
                           </tr>
                          </table>
                          <![endif]-->
                          <!-- Email Section : END -->
                        </td>
                    </tr><tr class="section-block">
                        <td align="center" height="100%" valign="top" width="100%" style=" ">
                            <!-- Email Section : BEGIN -->
                            <!--[if mso]>
                            <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600">
                              <tr>
                                <td align="center" valign="top" width="600">
                           <![endif]-->
                            <table id="32" role="presentation"  border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:600px;">
                                <tbody>
                                    <tr>
                                        <td valign="top" width="100%" style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; background-color: #ffffff;; font-size: 0;">
                                         <!--[if mso]>
                                        <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600px" style="table-layout:fixed; border-collapse: collapse; mso-table-lspace:0; mso-table-rspace:0;" cellpadding="0" cellspacing="0" >
                                        <tr>
                                        <![endif]-->
                                        <!--[if mso]><td align="left" valign="top" width="600px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:600px; max-width:600px; min-width:600px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="600px" style="table-layout: fixed; width: 600px;" >
                                                        <tbody>
                                                            <!--[if mso]>
                              <tr>
                                <td width="600" class="stack-column-center image-block-container" style="vertical-align: top; text-align: center;   padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                     <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjk0LTU0MzVhNWNjZTRlOTQyYjNhYzMyODJhY2VkMmU0MGYw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3Yg%3AZmFsc2U%3AMA%3A%3AaHR0cDovL3d3dy5kdXIuYWMudWs_X2NsZGVlPVptRnRhV3g1UUdobGFXNXlhV05vTG1OdkxuVnImcmVjaXBpZW50aWQ9Y29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3YiZlc2lkPTQ2YmY2MWY5LWVjZjMtZTkxMS1hODEzLTAwMGQzYTg2YTZjMw&K=UUK29VLa08sYj4KURb80SA" title="http://www.dur.ac.uk" target="_blank"   cdlinkrefidmso="4" ><img class="desktop-version center-on-narrow cd-image" height="auto" width="100%" style="vertical-align: middle;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/freshersbanner.png"  alt="Durham University logo on purple banner" title="Durham University logo on purple banner"  /></a>
                                </td>
                              </tr>
                           <![endif]-->
                           <!--[if !mso]><!-- --><tr>
                          <td width="600" class="stack-column-center image-block-container" style="vertical-align: top; box-sizing: border-box; text-align: center;   padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                             <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjk0LTU0MzVhNWNjZTRlOTQyYjNhYzMyODJhY2VkMmU0MGYw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3Yg%3AZmFsc2U%3AMQ%3A%3AaHR0cDovL3d3dy5kdXIuYWMudWs_X2NsZGVlPVptRnRhV3g1UUdobGFXNXlhV05vTG1OdkxuVnImcmVjaXBpZW50aWQ9Y29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3YiZlc2lkPTQ2YmY2MWY5LWVjZjMtZTkxMS1hODEzLTAwMGQzYTg2YTZjMw&K=yQkVPKCh3o7y7_gnm4hCfw" title="http://www.dur.ac.uk" target="_blank"   cdlinkrefid="4" ><img class="desktop-version center-on-narrow cd-image" height="auto" width="100%" style="vertical-align: middle;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/freshersbanner.png"  alt="Durham University logo on purple banner" title="Durham University logo on purple banner"  />
                    <img class="mobile-version center-on-narrow cd-image no-img-edit" height="auto" width="100%" style="vertical-align: middle; display: none;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/freshersbanner.png"  alt="Durham University logo on purple banner" title="Durham University logo on purple banner"  /></a>
                          </td>
                     </tr><!--<![endif]-->
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]-->
                                        <!--[if mso]>
                                        </tr>
                                        </table>
                                        <![endif]-->
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                          <!--[if mso]>
                            </td>
                           </tr>
                          </table>
                          <![endif]-->
                          <!-- Email Section : END -->
                        </td>
                    </tr><tr class="section-block">
                        <td align="center" height="100%" valign="top" width="100%" style=" ">
                            <!-- Email Section : BEGIN -->
                            <!--[if mso]>
                            <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600">
                              <tr>
                                <td align="center" valign="top" width="600">
                           <![endif]-->
                            <table id="33" role="presentation"  border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:600px;">
                                <tbody>
                                    <tr>
                                        <td valign="top" width="100%" style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; background-color: #ffffff;; font-size: 0;">
                                         <!--[if mso]>
                                        <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600px" style="table-layout:fixed; border-collapse: collapse; mso-table-lspace:0; mso-table-rspace:0;" cellpadding="0" cellspacing="0" >
                                        <tr>
                                        <![endif]-->
                                        <!--[if mso]><td align="left" valign="top" width="600px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:600px; max-width:600px; min-width:600px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="600px" style="table-layout: fixed; width: 600px;" >
                                                        <tbody>
                                                            <tr>
                          <td width="564" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 9px; padding-bottom: 9px; padding-left: 18px; padding-right: 18px;"><p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none">Hi Anna, </p>

<p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"> </p>

<p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none">Our new freshers are now settling into life at Durham after a brilliant week of events. </p>

<p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"> </p>

<p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="background-color:transparent; color:#002a41; font-family:Arial; font-size:14px"><span style="color:#002a41">University is an exciting time that tells you a lot about what you can expect from the year ahead. Check out our guide to Induction week below and discover what could be in store for you if you are joining us next year! </span></span></p>
</td>
                     </tr>
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]-->
                                        <!--[if mso]>
                                        </tr>
                                        </table>
                                        <![endif]-->
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                          <!--[if mso]>
                            </td>
                           </tr>
                          </table>
                          <![endif]-->
                          <!-- Email Section : END -->
                        </td>
                    </tr><tr class="section-block">
                        <td align="center" height="100%" valign="top" width="100%" style=" ">
                            <!-- Email Section : BEGIN -->
                            <!--[if mso]>
                            <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600">
                              <tr>
                                <td align="center" valign="top" width="600">
                           <![endif]-->
                            <table id="34" role="presentation"  border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:600px;">
                                <tbody>
                                    <tr>
                                        <td valign="top" width="100%" style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; background-color: #cba8b1;; font-size: 0;">
                                         <!--[if mso]>
                                        <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600px" style="table-layout:fixed; border-collapse: collapse; mso-table-lspace:0; mso-table-rspace:0;" cellpadding="0" cellspacing="0" >
                                        <tr>
                                        <![endif]-->
                                        <!--[if mso]><td align="left" valign="top" width="600px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:600px; max-width:600px; min-width:600px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="600px" style="table-layout: fixed; width: 600px;" >
                                                        <tbody>
                                                            <tr>
                          <td width="582" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 5px; padding-bottom: 5px; padding-left: 9px; padding-right: 9px;"><p style="text-align:right;font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><strong>STARTING YOUR JOURNEY</strong></p>
</td>
                     </tr>
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]-->
                                        <!--[if mso]>
                                        </tr>
                                        </table>
                                        <![endif]-->
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                          <!--[if mso]>
                            </td>
                           </tr>
                          </table>
                          <![endif]-->
                          <!-- Email Section : END -->
                        </td>
                    </tr><tr class="section-block">
                        <td align="center" height="100%" valign="top" width="100%" style=" ">
                            <!-- Email Section : BEGIN -->
                            <!--[if mso]>
                            <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600">
                              <tr>
                                <td align="center" valign="top" width="600">
                           <![endif]-->
                            <table id="35" role="presentation"  border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:600px;">
                                <tbody>
                                    <tr>
                                        <td valign="top" width="100%" style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; background-color: #ffffff;; font-size: 0;">
                                         <!--[if mso]>
                                        <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600px" style="table-layout:fixed; border-collapse: collapse; mso-table-lspace:0; mso-table-rspace:0;" cellpadding="0" cellspacing="0" >
                                        <tr>
                                        <![endif]-->
                                        <!--[if mso]><td align="left" valign="top" width="290px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:290px; max-width:290px; min-width:290px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="290px" style="table-layout: fixed; width: 290px;" >
                                                        <tbody>
                                                            <tr>
                          <td width="254" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 5px; padding-bottom: 5px; padding-left: 18px; padding-right: 18px;"><p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"> </p>

<p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none">Your first week at University is a week like no other. <a cd-link-manager-tab="1" href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjk0LTU0MzVhNWNjZTRlOTQyYjNhYzMyODJhY2VkMmU0MGYw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3Yg%3AZmFsc2U%3AMg%3A%3AaHR0cHM6Ly9zaXRlcy5kdXJoYW0uYWMudWsvc3R1ZGVudGJsb2cvd2hhdC10by1leHBlY3QtaW4tZnJlc2hlcnMtd2Vlay8_X2NsZGVlPVptRnRhV3g1UUdobGFXNXlhV05vTG1OdkxuVnImcmVjaXBpZW50aWQ9Y29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3YiZlc2lkPTQ2YmY2MWY5LWVjZjMtZTkxMS1hODEzLTAwMGQzYTg2YTZjMw&K=mIv_5ihTy-Iz6JFaUcrAPA" target="_blank" style="color: #68246d; font-weight: bold; text-decoration: underline;">Read Freya's blog</a> about what you can expect if you join us next year! </p>

<p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"> </p>

<p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none">Our colleges come into their own at this time of year and you will be well looked after as you settle into University life.</p>
</td>
                     </tr>
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]--><!--[if mso]><td align="left" valign="top" width="20px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:20px; max-width:20px; min-width:20px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="20px" style="table-layout: fixed; width: 20px;" >
                                                        <tbody>
                                                            
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]--><!--[if mso]><td align="left" valign="top" width="290px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:290px; max-width:290px; min-width:290px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="290px" style="table-layout: fixed; width: 290px;" >
                                                        <tbody>
                                                            <!--[if mso]>
                              <tr>
                                <td width="290" class="stack-column-center image-block-container" style="vertical-align: top; text-align: center;   padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                     <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjk0LTU0MzVhNWNjZTRlOTQyYjNhYzMyODJhY2VkMmU0MGYw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3Yg%3AZmFsc2U%3AMw%3A%3AaHR0cHM6Ly9zaXRlcy5kdXJoYW0uYWMudWsvc3R1ZGVudGJsb2cvd2hhdC10by1leHBlY3QtaW4tZnJlc2hlcnMtd2Vlay8_X2NsZGVlPVptRnRhV3g1UUdobGFXNXlhV05vTG1OdkxuVnImcmVjaXBpZW50aWQ9Y29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3YiZlc2lkPTQ2YmY2MWY5LWVjZjMtZTkxMS1hODEzLTAwMGQzYTg2YTZjMw&K=zX8Zp9JQbxPLIpvLX-sAQg" title="https://sites.durham.ac.uk/studentblog/what-to-expect-in-freshers-week/" target="_blank"   cdlinkrefidmso="11" ><img class="desktop-version center-on-narrow cd-image" height="193" width="290" style="vertical-align: middle;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/300x200collegeblog.png"  alt="Freya's blog on fresher's week" title="Freya's blog on fresher's week"  /></a>
                                </td>
                              </tr>
                           <![endif]-->
                           <!--[if !mso]><!-- --><tr>
                          <td width="290" class="stack-column-center image-block-container" style="vertical-align: top; box-sizing: border-box; text-align: center;   padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                             <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjk0LTU0MzVhNWNjZTRlOTQyYjNhYzMyODJhY2VkMmU0MGYw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3Yg%3AZmFsc2U%3ANA%3A%3AaHR0cHM6Ly9zaXRlcy5kdXJoYW0uYWMudWsvc3R1ZGVudGJsb2cvd2hhdC10by1leHBlY3QtaW4tZnJlc2hlcnMtd2Vlay8_X2NsZGVlPVptRnRhV3g1UUdobGFXNXlhV05vTG1OdkxuVnImcmVjaXBpZW50aWQ9Y29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3YiZlc2lkPTQ2YmY2MWY5LWVjZjMtZTkxMS1hODEzLTAwMGQzYTg2YTZjMw&K=vhkX9rQ2ZEpE1tg12gqLjw" title="https://sites.durham.ac.uk/studentblog/what-to-expect-in-freshers-week/" target="_blank"   cdlinkrefid="11" ><img class="desktop-version center-on-narrow cd-image" height="193" width="290" style="vertical-align: middle;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/300x200collegeblog.png"  alt="Freya's blog on fresher's week" title="Freya's blog on fresher's week"  />
                    <img class="mobile-version center-on-narrow cd-image no-img-edit" height="auto" width="48.333333333333336%" style="vertical-align: middle; display: none;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/300x200collegeblog.png"  alt="Freya's blog on fresher's week" title="Freya's blog on fresher's week"  /></a>
                          </td>
                     </tr><!--<![endif]-->
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]-->
                                        <!--[if mso]>
                                        </tr>
                                        </table>
                                        <![endif]-->
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                          <!--[if mso]>
                            </td>
                           </tr>
                          </table>
                          <![endif]-->
                          <!-- Email Section : END -->
                        </td>
                    </tr><tr class="section-block">
                        <td align="center" height="100%" valign="top" width="100%" style=" ">
                            <!-- Email Section : BEGIN -->
                            <!--[if mso]>
                            <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600">
                              <tr>
                                <td align="center" valign="top" width="600">
                           <![endif]-->
                            <table id="36" role="presentation"  border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:600px;">
                                <tbody>
                                    <tr>
                                        <td valign="top" width="100%" style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; background-color: #cba8b1;; font-size: 0;">
                                         <!--[if mso]>
                                        <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600px" style="table-layout:fixed; border-collapse: collapse; mso-table-lspace:0; mso-table-rspace:0;" cellpadding="0" cellspacing="0" >
                                        <tr>
                                        <![endif]-->
                                        <!--[if mso]><td align="left" valign="top" width="600px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:600px; max-width:600px; min-width:600px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="600px" style="table-layout: fixed; width: 600px;" >
                                                        <tbody>
                                                            <tr>
                          <td width="582" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 5px; padding-bottom: 5px; padding-left: 9px; padding-right: 9px;"><p style="text-align:right;font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><strong>FRESHERS' FAIR</strong></p>
</td>
                     </tr>
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]-->
                                        <!--[if mso]>
                                        </tr>
                                        </table>
                                        <![endif]-->
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                          <!--[if mso]>
                            </td>
                           </tr>
                          </table>
                          <![endif]-->
                          <!-- Email Section : END -->
                        </td>
                    </tr><tr class="section-block">
                        <td align="center" height="100%" valign="top" width="100%" style=" ">
                            <!-- Email Section : BEGIN -->
                            <!--[if mso]>
                            <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600">
                              <tr>
                                <td align="center" valign="top" width="600">
                           <![endif]-->
                            <table id="37" role="presentation"  border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:600px;">
                                <tbody>
                                    <tr>
                                        <td valign="top" width="100%" style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; background-color: #ffffff;; font-size: 0;">
                                         <!--[if mso]>
                                        <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600px" style="table-layout:fixed; border-collapse: collapse; mso-table-lspace:0; mso-table-rspace:0;" cellpadding="0" cellspacing="0" >
                                        <tr>
                                        <![endif]-->
                                        <!--[if mso]><td align="left" valign="top" width="290px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:290px; max-width:290px; min-width:290px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="290px" style="table-layout: fixed; width: 290px;" >
                                                        <tbody>
                                                            <tr>
                          <td width="250" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px;"><p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none">Our students work hard and play hard. The freshers' fair will be your introduction to the <a cd-link-manager-tab="1" href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjk0LTU0MzVhNWNjZTRlOTQyYjNhYzMyODJhY2VkMmU0MGYw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3Yg%3AZmFsc2U%3ANQ%3A%3AaHR0cHM6Ly93d3cuZHVyaGFtc3UuY29tL2dyb3Vwcz9wYXJlbnRfbGluaz10dXJxdW9pc2UtbWVudS13cmFwcGVyJl9jbGRlZT1abUZ0YVd4NVFHaGxhVzV5YVdOb0xtTnZMblZyJnJlY2lwaWVudGlkPWNvbnRhY3QtZmQ0Zjk4MTUzNDY3ZTkxMWE4YjQwMDIyNDgwMDU3NDgtYzg1NTM2MzliYTA0NGVhNzhiZWU0MDg4YmY4MGU1N2ImZXNpZD00NmJmNjFmOS1lY2YzLWU5MTEtYTgxMy0wMDBkM2E4NmE2YzM&K=gpTY5fDgdATwopkmErs4eQ" target="_blank" style="color: #68246d; font-weight: bold; text-decoration: underline;">hundreds of societies</a> we have at Durham. From university and college sport to <a cd-link-manager-tab="1" href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjk0LTU0MzVhNWNjZTRlOTQyYjNhYzMyODJhY2VkMmU0MGYw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3Yg%3AZmFsc2U%3ANg%3A%3AaHR0cHM6Ly93d3cuZHVyaGFtc3UuY29tL2dyb3Vwcy9hcmdlbnRpbmUtdGFuZ28tNmEzNT9fY2xkZWU9Wm1GdGFXeDVRR2hsYVc1eWFXTm9MbU52TG5WciZyZWNpcGllbnRpZD1jb250YWN0LWZkNGY5ODE1MzQ2N2U5MTFhOGI0MDAyMjQ4MDA1NzQ4LWM4NTUzNjM5YmEwNDRlYTc4YmVlNDA4OGJmODBlNTdiJmVzaWQ9NDZiZjYxZjktZWNmMy1lOTExLWE4MTMtMDAwZDNhODZhNmMz&K=HlVAOZyxvg357NZiWuQRBQ" target="_blank" style="color: #68246d; font-weight: bold; text-decoration: underline;">Argentine Tango</a> and <a cd-link-manager-tab="1" href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjk0LTU0MzVhNWNjZTRlOTQyYjNhYzMyODJhY2VkMmU0MGYw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3Yg%3AZmFsc2U%3ANw%3A%3AaHR0cHM6Ly93d3cuZHVyaGFtc3UuY29tL2dyb3Vwcy9idWJibGUtdGVhLXNvY2lldGVhP19jbGRlZT1abUZ0YVd4NVFHaGxhVzV5YVdOb0xtTnZMblZyJnJlY2lwaWVudGlkPWNvbnRhY3QtZmQ0Zjk4MTUzNDY3ZTkxMWE4YjQwMDIyNDgwMDU3NDgtYzg1NTM2MzliYTA0NGVhNzhiZWU0MDg4YmY4MGU1N2ImZXNpZD00NmJmNjFmOS1lY2YzLWU5MTEtYTgxMy0wMDBkM2E4NmE2YzM&K=1IfEaJoq3FSScoJitNjBtQ" target="_blank" style="color: #68246d; font-weight: bold; text-decoration: underline;">Bubble Tea Societea,</a> you can further your passion or find a brand new one.</p>

<p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"> </p>

<p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none">Colleges also host their own Freshers’ Fairs to advertise college-run clubs and societies. You’ll be amazed at how much goes on within your college!</p>
</td>
                     </tr>
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]--><!--[if mso]><td align="left" valign="top" width="20px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:20px; max-width:20px; min-width:20px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="20px" style="table-layout: fixed; width: 20px;" >
                                                        <tbody>
                                                            
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]--><!--[if mso]><td align="left" valign="top" width="290px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:290px; max-width:290px; min-width:290px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="290px" style="table-layout: fixed; width: 290px;" >
                                                        <tbody>
                                                            <!--[if mso]>
                              <tr>
                                <td width="290" class="stack-column-center image-block-container" style="vertical-align: top; text-align: center;   padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                     <img class="desktop-version center-on-narrow cd-image" height="241" width="290" style="vertical-align: middle;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/300x200sport.png"  alt="Womens football with the BUCS trophy" title="Womens football with the BUCS trophy"  />
                                </td>
                              </tr>
                           <![endif]-->
                           <!--[if !mso]><!-- --><tr>
                          <td width="290" class="stack-column-center image-block-container" style="vertical-align: top; box-sizing: border-box; text-align: center;   padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                             <img class="desktop-version center-on-narrow cd-image" height="241" width="290" style="vertical-align: middle;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/300x200sport.png"  alt="Womens football with the BUCS trophy" title="Womens football with the BUCS trophy"  />
                    <img class="mobile-version center-on-narrow cd-image no-img-edit" height="auto" width="48.333333333333336%" style="vertical-align: middle; display: none;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/300x200sport.png"  alt="Womens football with the BUCS trophy" title="Womens football with the BUCS trophy"  />
                          </td>
                     </tr><!--<![endif]-->
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]-->
                                        <!--[if mso]>
                                        </tr>
                                        </table>
                                        <![endif]-->
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                          <!--[if mso]>
                            </td>
                           </tr>
                          </table>
                          <![endif]-->
                          <!-- Email Section : END -->
                        </td>
                    </tr><tr class="section-block">
                        <td align="center" height="100%" valign="top" width="100%" style=" ">
                            <!-- Email Section : BEGIN -->
                            <!--[if mso]>
                            <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600">
                              <tr>
                                <td align="center" valign="top" width="600">
                           <![endif]-->
                            <table id="38" role="presentation"  border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:600px;">
                                <tbody>
                                    <tr>
                                        <td valign="top" width="100%" style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; background-color: #cba8b1;; font-size: 0;">
                                         <!--[if mso]>
                                        <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600px" style="table-layout:fixed; border-collapse: collapse; mso-table-lspace:0; mso-table-rspace:0;" cellpadding="0" cellspacing="0" >
                                        <tr>
                                        <![endif]-->
                                        <!--[if mso]><td align="left" valign="top" width="600px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:600px; max-width:600px; min-width:600px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="600px" style="table-layout: fixed; width: 600px;" >
                                                        <tbody>
                                                            <tr>
                          <td width="582" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 5px; padding-bottom: 5px; padding-left: 9px; padding-right: 9px;"><p style="text-align:right;font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><strong>AWARD-WINNING STUDENT MEDIA</strong></p>
</td>
                     </tr>
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]-->
                                        <!--[if mso]>
                                        </tr>
                                        </table>
                                        <![endif]-->
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                          <!--[if mso]>
                            </td>
                           </tr>
                          </table>
                          <![endif]-->
                          <!-- Email Section : END -->
                        </td>
                    </tr><tr class="section-block">
                        <td align="center" height="100%" valign="top" width="100%" style=" ">
                            <!-- Email Section : BEGIN -->
                            <!--[if mso]>
                            <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600">
                              <tr>
                                <td align="center" valign="top" width="600">
                           <![endif]-->
                            <table id="39" role="presentation"  border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:600px;">
                                <tbody>
                                    <tr>
                                        <td valign="top" width="100%" style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; background-color: #ffffff;; font-size: 0;">
                                         <!--[if mso]>
                                        <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600px" style="table-layout:fixed; border-collapse: collapse; mso-table-lspace:0; mso-table-rspace:0;" cellpadding="0" cellspacing="0" >
                                        <tr>
                                        <![endif]-->
                                        <!--[if mso]><td align="left" valign="top" width="386px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:386px; max-width:386px; min-width:386px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="386px" style="table-layout: fixed; width: 386px;" >
                                                        <tbody>
                                                            <tr>
                          <td width="346" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px;"><p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none">Our student radio station <a cd-link-manager-tab="1" href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjk0LTU0MzVhNWNjZTRlOTQyYjNhYzMyODJhY2VkMmU0MGYw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3Yg%3AZmFsc2U%3AOA%3A%3AaHR0cDovL3d3dy5wdXJwbGVyYWRpby5jby51ay8_X2NsZGVlPVptRnRhV3g1UUdobGFXNXlhV05vTG1OdkxuVnImcmVjaXBpZW50aWQ9Y29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3YiZlc2lkPTQ2YmY2MWY5LWVjZjMtZTkxMS1hODEzLTAwMGQzYTg2YTZjMw&K=_e4vlCOBZM2pcgHozOwOaw" target="_blank" style="color: #68246d; font-weight: bold; text-decoration: underline;">Purple Radio</a> took home the <strong>Best Training Initiative</strong> award at the 2018 <em>I Love Student Radio Awards - </em>for their outstanding work in supporting new students to become experienced broadcasters.</p>

<p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"> </p>

<p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none">Our student newspaper <a cd-link-manager-tab="1" href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjk0LTU0MzVhNWNjZTRlOTQyYjNhYzMyODJhY2VkMmU0MGYw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3Yg%3AZmFsc2U%3AOQ%3A%3AaHR0cHM6Ly93d3cucGFsYXRpbmF0ZS5vcmcudWsvP19jbGRlZT1abUZ0YVd4NVFHaGxhVzV5YVdOb0xtTnZMblZyJnJlY2lwaWVudGlkPWNvbnRhY3QtZmQ0Zjk4MTUzNDY3ZTkxMWE4YjQwMDIyNDgwMDU3NDgtYzg1NTM2MzliYTA0NGVhNzhiZWU0MDg4YmY4MGU1N2ImZXNpZD00NmJmNjFmOS1lY2YzLWU5MTEtYTgxMy0wMDBkM2E4NmE2YzM&K=_pdX1l1Zu-dN6G9OBtwF-g" target="_blank" style="color: #68246d; font-weight: bold; text-decoration: underline;">Palatinate</a> has won numerous awards and has had a host of famous faces contribute to its pages since it was first published in 1948. It scooped the <strong>Best Publication</strong> prize at the 2018 Student Publication Awards.</p>

<p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"> </p>

<p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none">Read <a cd-link-manager-tab="1" href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjk0LTU0MzVhNWNjZTRlOTQyYjNhYzMyODJhY2VkMmU0MGYw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3Yg%3AZmFsc2U%3AMTA%3A%3AaHR0cDovL2NvbW11bml0eS5kdXIuYWMudWsvYmxvZ3MvbmF0aW9uYWwtc3VjY2Vzcy1mb3ItZHVyaGFtLXN1LXNvY2lldGllcy8_X2NsZGVlPVptRnRhV3g1UUdobGFXNXlhV05vTG1OdkxuVnImcmVjaXBpZW50aWQ9Y29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3YiZlc2lkPTQ2YmY2MWY5LWVjZjMtZTkxMS1hODEzLTAwMGQzYTg2YTZjMw&K=MSANgWWrMzGz9ft1lfEy-Q" target="_blank" style="color: #68246d; font-weight: bold; text-decoration: underline;">our blog</a> about our award-winning societies.</p>
</td>
                     </tr>
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]--><!--[if mso]><td align="left" valign="top" width="20px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:20px; max-width:20px; min-width:20px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="20px" style="table-layout: fixed; width: 20px;" >
                                                        <tbody>
                                                            
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]--><!--[if mso]><td align="left" valign="top" width="193px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:193px; max-width:193px; min-width:193px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="193px" style="table-layout: fixed; width: 193px;" >
                                                        <tbody>
                                                            <!--[if mso]>
                              <tr>
                                <td width="188" class="stack-column-center image-block-container" style="vertical-align: top; text-align: center;   padding-top: 10px; padding-bottom: 5px; padding-left: 0px; padding-right: 5px;">
                                     <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjk0LTU0MzVhNWNjZTRlOTQyYjNhYzMyODJhY2VkMmU0MGYw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3Yg%3AZmFsc2U%3AMTE%3A%3AaHR0cDovL3d3dy5wdXJwbGVyYWRpby5jby51ay8_X2NsZGVlPVptRnRhV3g1UUdobGFXNXlhV05vTG1OdkxuVnImcmVjaXBpZW50aWQ9Y29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3YiZlc2lkPTQ2YmY2MWY5LWVjZjMtZTkxMS1hODEzLTAwMGQzYTg2YTZjMw&K=nJ0SB0BIiv2SvrirouZiHA" title="http://www.purpleradio.co.uk/" target="_blank"   cdlinkrefidmso="23" ><img class="desktop-version center-on-narrow cd-image" height="188" width="188" style="vertical-align: middle;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/purpleradio.png"  alt="Purple Radio" title="Purple Radio"  /></a>
                                </td>
                              </tr>
                           <![endif]-->
                           <!--[if !mso]><!-- --><tr>
                          <td width="188" class="stack-column-center image-block-container" style="vertical-align: top; box-sizing: border-box; text-align: center;   padding-top: 10px; padding-bottom: 5px; padding-left: 0px; padding-right: 5px;">
                             <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjk0LTU0MzVhNWNjZTRlOTQyYjNhYzMyODJhY2VkMmU0MGYw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3Yg%3AZmFsc2U%3AMTI%3A%3AaHR0cDovL3d3dy5wdXJwbGVyYWRpby5jby51ay8_X2NsZGVlPVptRnRhV3g1UUdobGFXNXlhV05vTG1OdkxuVnImcmVjaXBpZW50aWQ9Y29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3YiZlc2lkPTQ2YmY2MWY5LWVjZjMtZTkxMS1hODEzLTAwMGQzYTg2YTZjMw&K=JpxfnG_vw4U___uB-qT-pA" title="http://www.purpleradio.co.uk/" target="_blank"   cdlinkrefid="23" ><img class="desktop-version center-on-narrow cd-image" height="188" width="188" style="vertical-align: middle;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/purpleradio.png"  alt="Purple Radio" title="Purple Radio"  />
                    <img class="mobile-version center-on-narrow cd-image no-img-edit" height="auto" width="31.333333333333332%" style="vertical-align: middle; display: none;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/purpleradio.png"  alt="Purple Radio" title="Purple Radio"  /></a>
                          </td>
                     </tr><!--<![endif]--><!--[if mso]>
                              <tr>
                                <td width="193" class="stack-column-center image-block-container" style="vertical-align: top; text-align: center;   padding-top: 9px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                     <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjk0LTU0MzVhNWNjZTRlOTQyYjNhYzMyODJhY2VkMmU0MGYw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3Yg%3AZmFsc2U%3AMTM%3A%3AaHR0cHM6Ly93d3cucGFsYXRpbmF0ZS5vcmcudWsvP19jbGRlZT1abUZ0YVd4NVFHaGxhVzV5YVdOb0xtTnZMblZyJnJlY2lwaWVudGlkPWNvbnRhY3QtZmQ0Zjk4MTUzNDY3ZTkxMWE4YjQwMDIyNDgwMDU3NDgtYzg1NTM2MzliYTA0NGVhNzhiZWU0MDg4YmY4MGU1N2ImZXNpZD00NmJmNjFmOS1lY2YzLWU5MTEtYTgxMy0wMDBkM2E4NmE2YzM&K=OICVjOzMqEE6tH8gW_DDaQ" title="https://www.palatinate.org.uk/" target="_blank"   cdlinkrefidmso="24" ><img class="desktop-version center-on-narrow cd-image" height="43" width="193" style="vertical-align: middle;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/palatinate.png"  alt="Palatinate" title="Palatinate"  /></a>
                                </td>
                              </tr>
                           <![endif]-->
                           <!--[if !mso]><!-- --><tr>
                          <td width="193" class="stack-column-center image-block-container" style="vertical-align: top; box-sizing: border-box; text-align: center;   padding-top: 9px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                             <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjk0LTU0MzVhNWNjZTRlOTQyYjNhYzMyODJhY2VkMmU0MGYw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3Yg%3AZmFsc2U%3AMTQ%3A%3AaHR0cHM6Ly93d3cucGFsYXRpbmF0ZS5vcmcudWsvP19jbGRlZT1abUZ0YVd4NVFHaGxhVzV5YVdOb0xtTnZMblZyJnJlY2lwaWVudGlkPWNvbnRhY3QtZmQ0Zjk4MTUzNDY3ZTkxMWE4YjQwMDIyNDgwMDU3NDgtYzg1NTM2MzliYTA0NGVhNzhiZWU0MDg4YmY4MGU1N2ImZXNpZD00NmJmNjFmOS1lY2YzLWU5MTEtYTgxMy0wMDBkM2E4NmE2YzM&K=TOS-3kyC4kXRUL_cggmpxg" title="https://www.palatinate.org.uk/" target="_blank"   cdlinkrefid="24" ><img class="desktop-version center-on-narrow cd-image" height="43" width="193" style="vertical-align: middle;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/palatinate.png"  alt="Palatinate" title="Palatinate"  />
                    <img class="mobile-version center-on-narrow cd-image no-img-edit" height="auto" width="32.166666666666664%" style="vertical-align: middle; display: none;" src="http://files-eu.clickdimensions.com/durhamacuk-athhj/files/palatinate.png"  alt="Palatinate" title="Palatinate"  /></a>
                          </td>
                     </tr><!--<![endif]-->
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]-->
                                        <!--[if mso]>
                                        </tr>
                                        </table>
                                        <![endif]-->
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                          <!--[if mso]>
                            </td>
                           </tr>
                          </table>
                          <![endif]-->
                          <!-- Email Section : END -->
                        </td>
                    </tr><tr class="section-block">
                        <td align="center" height="100%" valign="top" width="100%" style=" ">
                            <!-- Email Section : BEGIN -->
                            <!--[if mso]>
                            <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600">
                              <tr>
                                <td align="center" valign="top" width="600">
                           <![endif]-->
                            <table id="40" role="presentation"  border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:600px;">
                                <tbody>
                                    <tr>
                                        <td valign="top" width="100%" style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; background-color: #ffffff;; font-size: 0;">
                                         <!--[if mso]>
                                        <table role="presentation"  border="0" cellspacing="0" cellpadding="0" align="center" width="600px" style="table-layout:fixed; border-collapse: collapse; mso-table-lspace:0; mso-table-rspace:0;" cellpadding="0" cellspacing="0" >
                                        <tr>
                                        <![endif]-->
                                        <!--[if mso]><td align="left" valign="top" width="600px"><![endif]--><div style="overflow: visible!important; display: inline-block; width:600px; max-width:600px; min-width:600px; vertical-align:top;" class="stack-column">
                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tbody>
                                            <tr>
                                                <td style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
                                                    <table role="presentation"  cellspacing="0" cellpadding="0" border="0" width="600px" style="table-layout: fixed; width: 600px;" >
                                                        <tbody>
                                                            <tr>
                          <td width="564" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal;  padding-top: 9px; padding-bottom: 9px; padding-left: 18px; padding-right: 18px;"><p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none">Have a great weekend!</p>

<p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"> </p>

<p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="font-size:14px"><span style="color:#002a41"><span style="font-size:16px"><strong>Durham University</strong></span></span></span></p>
</td>
                     </tr><tr>
                          <td width="564" class="stack-column-center social-block-container" style="font-size: 0; vertical-align: top; text-align: left; background-color: #68246d; padding-top: 9px; padding-bottom: 5px; padding-left: 18px; padding-right: 18px;">
                             <!--[if mso]><table role="presentation"  cellspacing="0" cellpadding="0" border="0" align="left" > <tr><td style="padding: 5px;">
                        <span  style="display: inline-block; ">
                           <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjk0LTU0MzVhNWNjZTRlOTQyYjNhYzMyODJhY2VkMmU0MGYw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3Yg%3AZmFsc2U%3AMTU%3A%3AaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL2R1cmhhbXVuaXZlcnNpdHk_X2NsZGVlPVptRnRhV3g1UUdobGFXNXlhV05vTG1OdkxuVnImcmVjaXBpZW50aWQ9Y29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3YiZlc2lkPTQ2YmY2MWY5LWVjZjMtZTkxMS1hODEzLTAwMGQzYTg2YTZjMw&K=RtW1JodjhNEQUsUrl_rcmA" title="Facebook" target="_blank" style="text-decoration: none;" cdlinkrefidmso="28_0">
                        <img class="social" width="32" height="32" style="width: 32px; height: 32px; margin: 5px;" src="https://az551914.vo.msecnd.net/web/SPA_resources/DndEditor_v2/social_links/circle/white/facebook.png">
                    </a>
                        </span>
                   </td><td style="padding: 5px;">
                        <span  style="display: inline-block; ">
                           <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjk0LTU0MzVhNWNjZTRlOTQyYjNhYzMyODJhY2VkMmU0MGYw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3Yg%3AZmFsc2U%3AMTY%3A%3AaHR0cHM6Ly90d2l0dGVyLmNvbS9kdXJoYW1fdW5pP3JlZl9zcmM9dHdzcmMlNUVnb29nbGUlN0N0d2NhbXAlNUVzZXJwJTdDdHdnciU1RWF1dGhvciZfY2xkZWU9Wm1GdGFXeDVRR2hsYVc1eWFXTm9MbU52TG5WciZyZWNpcGllbnRpZD1jb250YWN0LWZkNGY5ODE1MzQ2N2U5MTFhOGI0MDAyMjQ4MDA1NzQ4LWM4NTUzNjM5YmEwNDRlYTc4YmVlNDA4OGJmODBlNTdiJmVzaWQ9NDZiZjYxZjktZWNmMy1lOTExLWE4MTMtMDAwZDNhODZhNmMz&K=OPXs9SZM9vgKGMui3Uwa1A" title="Twitter" target="_blank" style="text-decoration: none;" cdlinkrefidmso="28_1">
                        <img class="social" width="32" height="32" style="width: 32px; height: 32px; margin: 5px;" src="https://az551914.vo.msecnd.net/web/SPA_resources/DndEditor_v2/social_links/circle/white/twitter.png">
                    </a>
                        </span>
                   </td><td style="padding: 5px;">
                        <span  style="display: inline-block; ">
                           <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjk0LTU0MzVhNWNjZTRlOTQyYjNhYzMyODJhY2VkMmU0MGYw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3Yg%3AZmFsc2U%3AMTc%3A%3AaHR0cHM6Ly93d3cubGlua2VkaW4uY29tL3NjaG9vbC9kdXJoYW0tdW5pdmVyc2l0eS8_X2NsZGVlPVptRnRhV3g1UUdobGFXNXlhV05vTG1OdkxuVnImcmVjaXBpZW50aWQ9Y29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3YiZlc2lkPTQ2YmY2MWY5LWVjZjMtZTkxMS1hODEzLTAwMGQzYTg2YTZjMw&K=ozuYehm-re2VlPq_rbzcew" title="Linkedin" target="_blank" style="text-decoration: none;" cdlinkrefidmso="28_2">
                        <img class="social" width="32" height="32" style="width: 32px; height: 32px; margin: 5px;" src="https://az551914.vo.msecnd.net/web/SPA_resources/DndEditor_v2/social_links/circle/white/linkedin.png">
                    </a>
                        </span>
                   </td><td style="padding: 5px;">
                        <span  style="display: inline-block; ">
                           <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjk0LTU0MzVhNWNjZTRlOTQyYjNhYzMyODJhY2VkMmU0MGYw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3Yg%3AZmFsc2U%3AMTg%3A%3AaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9kdXJoYW11bml2ZXJzaXR5Lz9obD1lbiZfY2xkZWU9Wm1GdGFXeDVRR2hsYVc1eWFXTm9MbU52TG5WciZyZWNpcGllbnRpZD1jb250YWN0LWZkNGY5ODE1MzQ2N2U5MTFhOGI0MDAyMjQ4MDA1NzQ4LWM4NTUzNjM5YmEwNDRlYTc4YmVlNDA4OGJmODBlNTdiJmVzaWQ9NDZiZjYxZjktZWNmMy1lOTExLWE4MTMtMDAwZDNhODZhNmMz&K=y_lshxWdgj5iU9dLGgIxIg" title="Instagram" target="_blank" style="text-decoration: none;" cdlinkrefidmso="28_3">
                        <img class="social" width="32" height="32" style="width: 32px; height: 32px; margin: 5px;" src="https://az551914.vo.msecnd.net/web/SPA_resources/DndEditor_v2/social_links/circle/white/instagram.png">
                    </a>
                        </span>
                   </td></tr></table><![endif]--> <!--[if !mso]><!--> <span  style="display: inline-block;">
                       <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjk0LTU0MzVhNWNjZTRlOTQyYjNhYzMyODJhY2VkMmU0MGYw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3Yg%3AZmFsc2U%3AMTk%3A%3AaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL2R1cmhhbXVuaXZlcnNpdHk_X2NsZGVlPVptRnRhV3g1UUdobGFXNXlhV05vTG1OdkxuVnImcmVjaXBpZW50aWQ9Y29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3YiZlc2lkPTQ2YmY2MWY5LWVjZjMtZTkxMS1hODEzLTAwMGQzYTg2YTZjMw&K=ShASAwxkUKyKSqAOfoLRyg" title="Facebook" target="_blank" style="text-decoration: none;" cdlinkrefid="28_0">
                        <img class="social" width="32" height="32" style="width: 32px; height: 32px; margin: 5px;" src="https://az551914.vo.msecnd.net/web/SPA_resources/DndEditor_v2/social_links/circle/white/facebook.png">
                    </a>
                   </span> <span  style="display: inline-block;">
                       <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjk0LTU0MzVhNWNjZTRlOTQyYjNhYzMyODJhY2VkMmU0MGYw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3Yg%3AZmFsc2U%3AMjA%3A%3AaHR0cHM6Ly90d2l0dGVyLmNvbS9kdXJoYW1fdW5pP3JlZl9zcmM9dHdzcmMlNUVnb29nbGUlN0N0d2NhbXAlNUVzZXJwJTdDdHdnciU1RWF1dGhvciZfY2xkZWU9Wm1GdGFXeDVRR2hsYVc1eWFXTm9MbU52TG5WciZyZWNpcGllbnRpZD1jb250YWN0LWZkNGY5ODE1MzQ2N2U5MTFhOGI0MDAyMjQ4MDA1NzQ4LWM4NTUzNjM5YmEwNDRlYTc4YmVlNDA4OGJmODBlNTdiJmVzaWQ9NDZiZjYxZjktZWNmMy1lOTExLWE4MTMtMDAwZDNhODZhNmMz&K=EeQSTyNcHIEQBYoRgs8INA" title="Twitter" target="_blank" style="text-decoration: none;" cdlinkrefid="28_1">
                        <img class="social" width="32" height="32" style="width: 32px; height: 32px; margin: 5px;" src="https://az551914.vo.msecnd.net/web/SPA_resources/DndEditor_v2/social_links/circle/white/twitter.png">
                    </a>
                   </span> <span  style="display: inline-block;">
                       <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjk0LTU0MzVhNWNjZTRlOTQyYjNhYzMyODJhY2VkMmU0MGYw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3Yg%3AZmFsc2U%3AMjE%3A%3AaHR0cHM6Ly93d3cubGlua2VkaW4uY29tL3NjaG9vbC9kdXJoYW0tdW5pdmVyc2l0eS8_X2NsZGVlPVptRnRhV3g1UUdobGFXNXlhV05vTG1OdkxuVnImcmVjaXBpZW50aWQ9Y29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3YiZlc2lkPTQ2YmY2MWY5LWVjZjMtZTkxMS1hODEzLTAwMGQzYTg2YTZjMw&K=E-K3uVZEh7AyKOUwJ_GVYw" title="Linkedin" target="_blank" style="text-decoration: none;" cdlinkrefid="28_2">
                        <img class="social" width="32" height="32" style="width: 32px; height: 32px; margin: 5px;" src="https://az551914.vo.msecnd.net/web/SPA_resources/DndEditor_v2/social_links/circle/white/linkedin.png">
                    </a>
                   </span> <span  style="display: inline-block;">
                       <a href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjk0LTU0MzVhNWNjZTRlOTQyYjNhYzMyODJhY2VkMmU0MGYw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3Yg%3AZmFsc2U%3AMjI%3A%3AaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9kdXJoYW11bml2ZXJzaXR5Lz9obD1lbiZfY2xkZWU9Wm1GdGFXeDVRR2hsYVc1eWFXTm9MbU52TG5WciZyZWNpcGllbnRpZD1jb250YWN0LWZkNGY5ODE1MzQ2N2U5MTFhOGI0MDAyMjQ4MDA1NzQ4LWM4NTUzNjM5YmEwNDRlYTc4YmVlNDA4OGJmODBlNTdiJmVzaWQ9NDZiZjYxZjktZWNmMy1lOTExLWE4MTMtMDAwZDNhODZhNmMz&K=bq4xOEXUzuVJ_XXH4Dd01Q" title="Instagram" target="_blank" style="text-decoration: none;" cdlinkrefid="28_3">
                        <img class="social" width="32" height="32" style="width: 32px; height: 32px; margin: 5px;" src="https://az551914.vo.msecnd.net/web/SPA_resources/DndEditor_v2/social_links/circle/white/instagram.png">
                    </a>
                   </span><!--<![endif]-->
                          </td>
                     </tr><tr>
                          <td width="564" class="text-block-container" style="box-sizing: border-box;white-space: normal;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4;color:#000; word-wrap: break-word !important; white-space: normal; background-color: #68246d; padding-top: 9px; padding-bottom: 9px; padding-left: 18px; padding-right: 18px;"><p style="font-family:Arial;font-size:14px;color:#002a41;letter-spacing:0px;line-height:1.2;text-align:left;margin:0;word-wrap:break-word !important;font-weight:normal;font-style:normal;text-decoration: none"><span style="color:#ffffff"><a cd-link-manager-tab="1" href="https://elinkeu.clickdimensions.com/c/4/?T=MzY3MjkxMjU%3AcDEtYjE5Mjk0LTU0MzVhNWNjZTRlOTQyYjNhYzMyODJhY2VkMmU0MGYw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3Yg%3AZmFsc2U%3AMjM%3A%3AaHR0cHM6Ly93d3cuZHVyLmFjLnVrL2lnL2RwLz9fY2xkZWU9Wm1GdGFXeDVRR2hsYVc1eWFXTm9MbU52TG5WciZyZWNpcGllbnRpZD1jb250YWN0LWZkNGY5ODE1MzQ2N2U5MTFhOGI0MDAyMjQ4MDA1NzQ4LWM4NTUzNjM5YmEwNDRlYTc4YmVlNDA4OGJmODBlNTdiJmVzaWQ9NDZiZjYxZjktZWNmMy1lOTExLWE4MTMtMDAwZDNhODZhNmMz&K=_FkAYo55t7TrKzjbIVZnFA" target="_blank" style="color: rgb(255, 255, 255); font-weight: bold; text-decoration: underline;"><span style="color:#ffffff"><u>Data Protection</u></span></a> | <a cd-link-manager-tab="6" href="https://elinkeu.clickdimensions.com/m/1/36729125/p1-b19294-5435a5cce4e942b3ac3282aced2e40f0/9/499/19d878f1-f55d-4c10-abd0-d04a6f1049e9" style="color: rgb(255, 255, 255); font-weight: bold; text-decoration: underline;"><span style="color:#ffffff"><u>View in Browser</u></span></a> | <a cd-link-manager-tab="5" href="https://elinkeu.clickdimensions.com/uu/2/1cla%3AMzY3MjkxMjU%3AcDEtYjE5Mjk0LTU0MzVhNWNjZTRlOTQyYjNhYzMyODJhY2VkMmU0MGYw%3AZmFtaWx5QGhlaW5yaWNoLmNvLnVr%3AY29udGFjdC1mZDRmOTgxNTM0NjdlOTExYThiNDAwMjI0ODAwNTc0OC1jODU1MzYzOWJhMDQ0ZWE3OGJlZTQwODhiZjgwZTU3Yg%3An%3An%3AblVFL3gKFwusaPcLt4JIOQ" link-metadata="GlobalUnsubscribe" style="color: rgb(255, 255, 255); font-weight: bold; text-decoration: underline;"><span style="color:#ffffff"><u>Unsubscribe</u></span></a> </span><span style="font-size:11pt"><span style="font-family:Calibri,sans-serif"><span style="color:white">©</span></span></span><span style="color:#ffffff"> Durham University 2019</span></p>
</td>
                     </tr>
                                                         </tbody>
                                                     </table>
                                                 </td>
                                             </tr>
                                        </tbody>
                                    </table>
                              </div><!--[if mso]></td><![endif]-->
                                        <!--[if mso]>
                                        </tr>
                                        </table>
                                        <![endif]-->
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                          <!--[if mso]>
                            </td>
                           </tr>
                          </table>
                          <![endif]-->
                          <!-- Email Section : END -->
                        </td>
                    </tr>
                                  </tbody>
                             </table>
                          </td>
                         </tr>
                        </tbody>
                       </table>
                      </div>
                     </center>
</body>
</html>
    </html>