body {
  margin-left: 15px;
  margin-top: 10px;
  margin-right: 15px;
  background-color: #FAFAFA;
  color: #101010;
  font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;

}
div {
  text-align: justify;
}
div.bground {
  background-color: #3366CC;
  color: #FAFAFA;
}
p.frame {
  text-align: justify;
}
h1 {
  color: #04027C;
  font-size: 20px;
}
h2 {
  color: #04027C;
  font-size: 18px;
}
td, tr {
  background-color: #FAFAFA;
  color: #101010;
  font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
  font-size: 12px;
}
a {
  color: #04027C;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a.gbinternal {
  text-decoration: underline;
  color: yellow;
}
a.gbinternal:hover {
  text-decoration: none;
}

