/*
orange  e46504
green   a6d810
blue    297bc1
black   060606
purple  9a11d3
pink    ff3b9a
*/

/*___________________________________________________________________  links  */
a:link,
a:visited {
  text-decoration: none;
  color: #4697ce;
}
a:link:hover,
a:visited:hover {
  text-decoration: underline;
  color: #e46504;
}
a.option {
  display: block;
 }
a.option:hover {
  text-decoration: none;

  color: #fff;
}

/*_________________________________________________________________  headers  */
h1, h2, h3 {
  margin-bottom: 18px;
  font-weight: bold;
}
h1 {
  font-size: 24px;
  line-height: 36px;
}
h2 {
  font-family: Georgia, serif;
  font-style: italic;

}
h3 {
  font-family: Georgia, serif;
  font-style: italic;


  color: #e46504;
}

