body {
  background-image     : url(../style/img/pt.jpg);
  background-repeat    : no-repeat;
  background-position  : right bottom;
  background-attachment: fixed;
  background-color  : white;
  color             : black;
  vertical-align    : 50%;
  font-size         : 10pt;
  margin            : 10px;
  text-align       : center;
}
a {
  text-decoration: none;
}
a:link { color : #CC8844; }
a:visited { color : #999999; }
a:hover { color : #992200; }

.title {
  color             : #CC2200;
  font-size         : 14pt;
  margin            : 30px;
  text-align        : left;
}

table {
  border-style      : none;
  width             : 80%;
  vertical-align    : 50%;
  margin            : 10px;
}

td{

  border-collapse   : separate;
  layout-grid-line  : 24px;
  layout-grid-mode  : line;
  font-size         : 10pt;
  text-align        : left; 
  color             : #404040;
}

hr {
  color             : #A0A0A0;
  width             : 80%;
  margin            : 5px;
  border-style      : dotted;
}