/* form */

form.gb {
  background-color: #EEEEEE;
  padding: 15px 15px 15px 15px;
  
  border-color: #1111AA;
  border-width: 1;
  border-style: solid;
}

td.gb {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
}

input.gb {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  
  border-color: #1111AA;
  border-width: 1;
  border-style: solid;

}

textarea.gb {
  font-family: Arial, Helvetica, sans-serif;
  
  border-color: #1111AA;
  border-width: 1;
  border-style: inset;
}

/* text */

h1.gb {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 150%;
}

h2.gb {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75%;
  font-weight: normal;
  line-height: 0px;
}

p.gb {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
}

span.gb {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
}

hr.gb {
  border: 0;
  height: 2px;
  color: #1111AA;
  background-color: #1111AA;
}

/* anchors */

a.gb {
  font-family: Arial, Helvetica, sans-serif;
  color: #3366CC;
  text-decoration: none;
}

a.gb:hover {
  text-decoration: underline;
}
