/* text.css - Information specific to the MZ Online web site default text styles */

/* HEADERS */

h1 {
  margin: 0 0 20px 0;
  font-size: 18px;
  color: #06080B;
}

h2 {
  margin: 15px 0 0 0;
  font-size: 16px;
  color: #06080B;
  background: transparent;
}

h3 {
  margin: 10px 0 0 0;
  font-size: 14px;
  font-weight: normal;
  color: #06080B;
  background: transparent;
}

h4 {
  margin: 10px 0 0 0;
  font-size: 12px;
  font-weight: normal;
  color: #06080B;
  background: transparent;
}

h5 {
  margin: 10px 0 0 0;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  color: #06080B;
  background: transparent;
}

h6 {
  margin: 10px 0 0 0;
  font-size: 10px;
  font-weight: normal;
  color: #06080B;
  background: transparent;
}

/* PARAGRAPH AND SPAN STYLES */

p {
  margin: 10px 0 0 0;
  padding: 0px;
  font-family: "Trebuchet MS", Arial, Helvetica, Verdana;
  font-size: 12px;
  color: #737373;
  background: transparent;
}

.bold {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  color: #303030;
}

.underline {
  text-decoration: underline;
}
