Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. body {
  2.      margin-bottom:2%;
  3.      margin-left:2%;
  4.      margin-right:2%;
  5.      margin-top:2%;
  6. }
  7.  
  8. p {
  9.      display: block;
  10.      font-family:"Times New Roman";
  11.      font-size: 1em;
  12.      margin-bottom:0;
  13.      margin-left:0;
  14.      margin-right:0;
  15.      margin-top:0;
  16.      padding:0;
  17.      text-align:justify;
  18.      text-indent: .3in;
  19. }
  20.  
  21. p.bottom {
  22.      margin-bottom:1.7em;
  23. }
  24.  
  25. h1 {
  26.      font-family:"Times New Roman";
  27.      text-align: left;
  28. }
  29.  
  30. h2 {
  31.      font-family:"Times New Roman";
  32.      text-align: left;
  33. }
  34.  
  35. h3 {
  36.      font-family:"Times New Roman";
  37.      text-align: left;
  38. }
  39.  
  40. hr {
  41.      width:50%;
  42. }
  43.  
  44. .tiny {
  45.      font-size: smaller;
  46. }
  47.  
  48. .underline {
  49.      text-decoration: underline;
  50. }
  51.  
  52. .bold {
  53.      font-weight: bold;
  54. }
  55.  
  56. .chapterHeader {
  57.      border:.05em solid #000;
  58.      display:block;
  59.      height:2.1em;
  60.      margin-bottom:.2em;
  61.      background-color:#FFF;
  62. }
  63.  
  64. .chapterHeader .translation {
  65.      background-color:#FFF;
  66.      float:left;
  67.      font-size:.8em;
  68.      font-weight: normal;
  69.      margin-bottom: 0;
  70.      margin-left: -.2em;
  71.      margin-top:1.6em;
  72.      padding-bottom: 0;
  73.      padding-left: .08em;
  74.      padding-right: .4em;
  75.      padding-top: 0;
  76. }
  77.  
  78. .chapterHeader .count {
  79.      background-color:#FFF;
  80.      float:left;
  81.      font-size:3em;
  82.      font-style:normal;
  83.      font-weight: normal;
  84.      line-height: 100%;
  85.      margin-bottom: -.2em;
  86.      margin-right:.3em;
  87.      margin-top:-.13em;
  88.      padding:0;
  89.      text-transform:uppercase;
  90. }
  91.  
  92. .legenda {
  93.      font-size:small;
  94.      font-style:italic;
  95.      text-align:center;
  96.      text-align:center;
  97.      text-indent:0;
  98. }
  99.  
  100. .texto {
  101.      text-indent:2em;
  102.      text-align:justify;
  103.      font-size:normal;
  104.      margin:0;
  105. }
  106.  
  107. .note {
  108.      margin-left:0;
  109.      margin-right:0;
  110.      text-align:justify;
  111.      text-indent:0;
  112. }
  113.  
  114. .center {
  115.      text-align:center;
  116.      text-indent:0;
  117. }
  118.  
  119. .right {
  120.      text-align:right;
  121.      text-indent:0;
  122. }
  123.  
  124. .left {
  125.      text-align:left;
  126.      text-indent:0;
  127. }
  128.  
  129. .cite {
  130.      font-style:italic;
  131. }