.copyright {
	font-family: Arial;
	font-size: 11px;
}
.instruct {
	font-family: Arial;
	font-size: 9px;
}
.text {
	font-family: Arial;
	font-size: 13px;
}
.heading {
	font-family: Arial;
	font-size: 18px;
	color: #8F3834;
}
a {
    color: #0228A0;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
    color: #0228A0;
	font-weight: bold;
	text-decoration: underline;
}