document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. .border
  2. {
  3.     height: 100%;
  4.     width: 65%;
  5.     margin-left: 18%;
  6. }
  7. .atas
  8. {
  9.     background-color : red;
  10.     color : yellow;
  11.     font-family : Algerian;
  12.     font-weight : bold;
  13.     font-size : 40;
  14. }
  15. #tengah
  16. {
  17.     color: orange;
  18.     background-color: black;
  19.     font-family : "Bodoni MT";
  20.     font-style: italic;
  21.     text-align : justify;
  22. }
  23. #bawah1
  24. {
  25.     background-color: blue;
  26.     color: white;
  27.     font-family: "Britannic Bold";
  28.     text-align:left;
  29.     font-size: 15;
  30. }
  31. #tabel
  32. {
  33.     background-color: pink;
  34.     color: red;
  35.     font-family: Cambria;
  36. }
  37. .bawah2
  38. {
  39.     background-color: blue;
  40.     color: white;
  41.     font-family: "Britannic Bold";
  42.     text-align:center;
  43.     font-size: 30;
  44. }
');