html {
  background-color: #ffffff;
}

body {
  /* font-family: Georgia, Helvetica, Arial, Verdana, san-serif, Times; */
  /* font-family: 'Lato', Arial, sans-serif; */
  /* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
  font-family: Optima, Candara, Calibri, Arial, sans-serif;
  color: #000;
  background-color: #ffffff;
  text-align: left;
  /* for IE */
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 30px;
  max-width: 960px;
}

table {
  background-color: #ffffff;
}

/* a, a:link, a:visited {
  color: #42b9e4;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  background-color: underline
}

a:hover {
  color: #527bbd;
  background: inherit;
  text-decoration: underline;
} */
a {
  color: #1772d0;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #f09228;
  text-decoration: underline;
}

a.a1 {
  color: #000000;
  text-decoration: none;
}
a.a1:focus,
a.a1:hover {
  color: #f09228;
  text-decoration: underline;
}

img {
  border: 0;
}

h1, h2, h3, h4 {
  /* font-family: Georgia, Helvetica, Arial, Verdana, san-serif, Times; */
  /* font-family: Georgia, 'Times New Roman', Times, serif; */
  /* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
  font-family: Optima, Candara, Calibri, Arial, sans-serif;
}

p {
  font-size: 15;
}
