/* from https://www.cssfontstack.com/ */

body {
    font-family: Geneva, Tahoma, Verdana, sans-serif;
    background-color: #fefef4;
}

h1 { font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; }
h2 { font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; }
h3 { font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; }

/* unvisited link */
a:link {
    color: #008f8c;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #486b63;
    text-decoration: none;
}

a:hover {
    color: #5ea7a6;
    text-decoration: underline;
}

img {
  max-width: 100%;
}
