body {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }

.submit {
  padding: .2em; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

h1 {
  font-size: 197%; }

h2 {
  font-size: 182%; }

h3 {
  font-size: 167%; }

h4 {
  font-size: 153.9%; }

h5 {
  font-size: 138.5%; }

h6 {
  font-size: 100%; }

p, a {
  font-size: 100%; }

.small-text {
  font-size: 77%; }

/* Information */
.flash {
  line-height: 1.33em;
  font-weight: bold;
  font-size: 1.33em;
  padding: .5em;
  margin: 0 0 .5em 0; }
  .flash a {
    margin-left: 1em;
    font-size: 1em; }

.notice {
  color: #333;
  border: 1px solid #999;
  background-color: #F0FFF0; }

.warning {
  color: #F33;
  border: 1px solid #999;
  background-color: #F0FFF0; }

.error {
  color: #FF0000;
  border: 1px solid #FF0000;
  background-color: #FFF0F0; }
