body        { background-color: #ccffcc;
              color: #000000;
              font-family: "Times New Roman", serif;}

.buttons    { font-size: 12pt;
              text-align: center;
              border-style: solid;
              border-color: black;
              border-width: thin;
              margin-bottom: 2%; }

.border     { border-style: solid;
              border-color: black;
              border-width: thin;
              text-align: center; }

.main      {  font-size: 14pt;
              text-align: justify;}

h1.title    { font-size: 28pt;
              text-align: center;
              background-color: #ccffcc;
              color: #ff9900;  }

h1.subtitle { font-size: 22pt;
              text-align: center;
              text-decoration: underline;  }

td.order    { font-size: 12pt;
              text-align: justify;
              padding-left: 15px;}

p.copyright { font-size: 8pt;
              text-align: center;}

a:link      { text-decoration: none;
              background-color: #ccffcc;
              color: #000000; }

a:hover     { text-decoration: none;
              background-color: #ccffcc;
              color: #ff9900;  }

a:visited   { text-decoration: none;
              background-color: #ccffcc;
              color: #008000;}

