Guest User

Untitled

a guest
Dec 11th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. <p>here is the <a href='http://www.example.com'>link</a>
  2.  
  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. @font-face
  9. {font-family:Calibri;
  10. panose-1:2 15 5 2 2 2 4 3 2 4;}
  11. @font-face
  12. {font-family:Tahoma;
  13. panose-1:2 11 6 4 3 5 4 4 2 4;}
  14. @font-face
  15. {font-family:Corbel;
  16. panose-1:2 11 5 3 2 2 4 2 2 4;}
  17. /* Style Definitions */
  18. p.MsoNormal, li.MsoNormal, div.MsoNormal
  19. {margin:0cm;
  20. margin-bottom:.0001pt;
  21. font-size:11.0pt;
  22. font-family:"Calibri",sans-serif;
  23. mso-fareast-language:EN-US;}
  24. a:link, span.MsoHyperlink
  25. {mso-style-priority:99;
  26. color:#0563C1;
  27. text-decoration:underline;}
  28. a:visited, span.MsoHyperlinkFollowed
  29. {mso-style-priority:99;
  30. color:#954F72;
  31. text-decoration:underline;}
  32. span.EmailStyle17
  33. {mso-style-type:personal-compose;
  34. font-family:"Calibri",sans-serif;
  35. color:windowtext;}
  36. .MsoChpDefault
  37. {mso-style-type:export-only;
  38. font-family:"Calibri",sans-serif;
  39. mso-fareast-language:EN-US;}
  40. @page WordSection1
  41. {size:612.0pt 792.0pt;
  42. margin:72.0pt 72.0pt 72.0pt 72.0pt;}
  43. div.WordSection1
  44. {page:WordSection1;}
  45. -->
  46.  
  47. // Normalise unwanted HTML styling added by MS Office in embedded HTML
  48. body a:link, body a:visited {
  49. color: #0078D4; /* Your default anchor colour */
  50. text-decoration: none;
  51. }
Add Comment
Please, Sign In to add comment