@font-face {
	font-family: "OpenDyslexic";
	src: url("/font/OpenDyslexic-Regular.woff") format("woff");
}
h1 {
	font-family: OpenDyslexic;
	font-size: 16px;
	color: #ffff99;
}
h2 {
	font-family: OpenDyslexic;
	font-size: 32px;
	color: #ffff99;
}
h3 {
	font-family: OpenDyslexic;
	font-size: 10px;
	color: #ffff99;
	text-decoration: none;
}
p {
  font-family: Arial;
	color: #ededed;
	font-size: 18px;
}
body,td,th {
    background-color: #006463;
}
a {
    font-family: Arial;
    font-size: 18px;
}
a:link {
    color: #ffff99;
}
a:visited {
    color: #ffff99;
}
a:hover {
    color: #ffff00;
}
a:active {
    color: #ffff00;
}
.OD {
	font-family: OpenDyslexic;
	color: #87070d;
	text-decoration: none;
}