@charset "UTF-8";
/* CSS Document */
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
}
a:link {
	color: #127eff;
	text-decoration: none;
}
a:visited {
	color: #127eff;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
    background-color: white;
    color: dark;
}
.imgTint {
    filter: sepia(0%) saturate(0%) brightness(0%) hue-rotate(180deg);
}

@media screen and (prefers-color-scheme: dark) {
    body {
        background-color: black;
        color: white;
    }
    .imgTint {
        filter: sepia(0%) saturate(100%) brightness(100%) hue-rotate(180deg);
    }
}
