body {
  color            : #1a55af;
  margin-left      : 10px;
  margin-right     : 10px;
  margin-bottom    : 20px;
  padding          : 0px;
  font-family      : arial, sans-serif;
  font-size        : 11px;
 
}

td, tr, p, div {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #333333;
}
hr {
  color            : #999999;
  height           : 1px;
  width            : 100%;
}
a:link, a:visited {
  font-size        : 12px;
  color            : #1c0c7f;
  text-decoration  : none;
  font-weight      : bold;
}
a:hover {
  font-size        : 12px;
  color            : #333333;
  text-decoration  : none;
  text-decoration  : underline;
}
