body {
  font-family: Arial, Times, sans-serif, Tahoma, Verdana, "Times New Roman";
  background-color: #00FFCC;
  font-size: 80%;
}

div.s {
  background: #FFFF99;
}

h1 {
  text-align: center;
  color: #009900;
  text-shadow: 0px 0px 30px;
}

h1.big {
  font-size: 300%;
}

h2 {
  text-align: center;
  color: #CC0000;
  text-shadow: 0px 0px 30px;
}

h3 {
  text-align: center;
  color: #FF00FF;
  text-shadow: 0px 0px 30px;
}

h4 {
  text-align: center;
  color: #FF0099;
  text-shadow: 0px 0px 30px;
}

h5 {
  text-align: left;
  color: #009900;
  text-shadow: 0px 0px 30px;
}

li {
  text-align: left;
  margin-left: -30px;
}

li.v5 {
  margin-left: -30px;
  margin-top: -10px;
}

li.nv5 {
  color: #FF0000;
  margin-left: -30px;
  margin-top: -10px;
}

li.v6 {
  font-size: 90%;
  margin-left: -60px;
  margin-top: -10px;
}

li.nv6 {
  color: #FF0000;
  font-size: 90%;
  margin-left: -60px;
  margin-top: -10px;
}

table {
  border-style: none;
}

table.g {
  background: #00FF99;
}

td {
  border-style: solid;
  border-width: 1px;
  border-color: #009900;
  padding: 4px;
}

td.head {
  border-style: none;
  padding: 1px;
}

td.t2 {
  border-style: none;
  padding: 1px;
}

th {
  border-style: solid;
  border-width: 1px;
  border-color: #009900;
  padding: 4px;
  background: #00FF99;
}

p {
  text-align: justify;
  text-indent: 5%;
}

p.signature {
  text-align: right;
}