Advertisement
Guest User

Untitled

a guest
Jun 15th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. a:link {
  2. text-decoration: none;
  3. color: #2BAAE1
  4. }
  5. a:visited {
  6. text-decoration: none;
  7. color: #2BAAE1
  8. }
  9. a:hover {
  10. text-decoration: underline;
  11. color: #006699
  12. }
  13. a:active {
  14. text-decoration: none;
  15. color: #2BAAE1
  16. }
  17.  
  18. p {
  19. font-family: "Open Sans—Network resource(406 glyphs);
  20. }
  21.  
  22. h2 {
  23. font-size: 33px;
  24. font: "proximanovasoft-semibold",arial,sans-serif !important;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement