/*

The Jellee Roman font uses the SIL Open Font License,
which can be found at the relative path below or next to the file:

./jellee/SIL Open Font License.txt

*/

@font-face {
    font-family: Jellee;
    src: url('./jellee/Jellee-Roman.otf')
}

a {
	Color: #2266ff;
	text-decoration: none;
}

a:hover {
	Color: #2244cc;
	text-decoration: underline;
}

.pcg {
    font-family: Jellee;
    color: #009aff;
}

.pcgl {
    font-family: Jellee;
    color: #009aff;
    text-decoration: none;
}

.pcgl:hover {
    color: #005ddd;
    text-decoration: none;
}
