document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. * {
  2. padding-left: 10px;
  3. }
  4. p {
  5. color: green;
  6. size: 18px;
  7. }
  8. div {
  9. background: grey;
  10. }
  11. #Age {
  12. background: orange;
  13. }
  14. .marks {
  15. background: yellow;
  16. }
  17. #Preference ul {
  18. color: gold
  19. }
  20. .Gender p {
  21. color: blue;
  22. }
  23. .Gender p:first-letter {
  24. font-size: 40px;
  25. }
  26. a:link {
  27. color: magenta;
  28. }
  29. a:visited {
  30. color: green;
  31. }
  32. a:hover {
  33. color: lightblue;
  34. }
  35. a:active {
  36. color: black;
  37. }
');