/*
orange  e46504
green   a6d810
blue    297bc1
black   060606
white ffffff
pink    ff3b9a


/*__________________________________________________________________  images  */
img {
  border: none;
}


.Header {
    color: #2A3990;
    font-family: arial,helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
}


/*_____________________________________  links  */
a:link,
a:visited {
  text-decoration: none;
  color: #ffffff;
}
a:link:hover,
a:visited:hover {
  text-decoration: underline;
  color: #ffffff;
}
a.option {
  display: block;
  text-align: left;
  color: #fff;
  background-color: #ffffff;
  line-height: 140%;
  padding: 5px 0;
  margin: 6px 0;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  border: 3px double #fff;
}
a.option:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #fff;
}





