.intro-heading {
  color: white;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.intro-text {
  color: black;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 5px;
  text-align: left;
}

dd.intro-text {
  font-weight: normal;
  margin-left: 10px;
}

dt.intro-text {
  font-weight: bold;
}


/****************************
 * pseudo class definitions
 ***************************/

/* link */
.intro-heading a:link {
  color: white;
  text-decoration: none;
}

.intro-text a:link {
  color: #243E82;
  text-decoration: underline;
}


/* visited */
.intro-heading a:visited {
  color: white;
  text-decoration: none;
}

.intro-text a:visited {
  color: #243E82;
  text-decoration: underline;
}


/* hover */
.intro-heading a:hover {
  color: white;
  text-decoration: underline;
}

.intro-text a:hover {
  color: #AF2022;
  text-decoration: underline;
}


/* active */
.intro-heading a:active {
  color: white;
  text-decoration: underline;
}

.intro-text a:active {
  color: #AF2022;
  text-decoration: underline;
}
