BODY { background: rgb(198,180,110); background: linear-gradient(0deg,rgba(198,180,110,1) 0%, rgba(176,95,36,1) 100%) };
P.first { text-align: center; }
P { text-align: justify; }
P.second { text-align: justify; font-weight: bold; }
DIV.first { text-indent: 5%; }
TD.header { text-align: center;
            font-family: sans-serif;
            font-weight: bold;
			font-style: italic;
			font-variant: normal;
            font-size: small;
            background-color: #b05f24 }
TD.line { text-align: left;
          background-color: #946e2d;
          font-family: monospace;
          font-size: small; }
.fix {
  position:fixed;
  bottom:0px;
  left:50%;
}

div.big-font {
    font-size: 30px;
}

