/* Applies to the entire body of the HTML document (except where overridden by more specific
selectors). */
body {
  margin: 25px;
  background-color: white);
  font-family: arial,helvetica,sans-serif;
  font-size: 14px;
}

#h2-h {
  font-size: 18pt;
  font-weight: bold;
  color: white;
  text-align: center;
}

#p-h {font-size: 14pt;
  font-weight: normal;
  color: white;
  text-align: center;
}

#p-add {font-size: 16pt;
  font-weight: bold;
  color: #3366ff;
  text-align: center;
}

#p-link {font-size: 14pt;
  font-weight: normal;
  color: #000000;
  text-align: center;
}

/* Applies to all <h1>...</h1> elements. */
h1 {
  font-size: 36pt;
  font-weight: normal;
  margin-top: 5px;
  color: #1b337c;
  text-align: center;
}

h2 {
  font-size: 24pt;
  font-weight: bold;
  color: #3366ff;
  text-align: center;
}

#para1 {font-size: 18pt;
  font-weight: normal;
  color: #000000;
  text-align: center;
}

#para-ph {font-size: 16pt;
  font-weight: normal;
  color: #333399;
  text-align: center;
}

#para-ph1 {font-size: 20pt;
  font-weight: bold;
  color: #e03e2d;
  text-align: center;
}

p {font-size: 14pt;
  font-weight: normal;
  color: #000000;
  text-align: center;
}

