#intro-text h3 {
  color: darkblue;
  display: inline;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

#intro-text p {
  color: black;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 1em 0;
  padding: 0 1em 0 0; 
  text-align: left;
}

#addl-resource {
  border: none;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 25px 0 0 0;
  padding: 0;
}
#addl-resource p {
  border: 1px dashed silver;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 1em;
}


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

#addl-resource a:link { 
  color: #243E82; 
  font-weight: bold;
  text-decoration: underline;
}
#intro-text a:link { color: #243E82; text-decoration: none; }


#addl-resource a:visited { 
  color: #243E82; 
  font-weight: bold;
  text-decoration: underline;
}
#intro-text a:visited { color: #243E82; text-decoration: none; }


#addl-resource a:hover { 
  color: #AF2022; 
  font-weight: bold;
  text-decoration: none;
}
#intro-text a:hover { color: #AF2022; text-decoration: underline; }

#addl-resource a:active { 
  color: #AF2022; 
  font-weight: bold;
  text-decoration: none;
}
#intro-text a:active { color: #AF2022; text-decoration: underline; }
