@charset "utf-8";
.worksheet {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: bold;
	color: #414e8d;
	text-decoration: none;
}
A.worksheet:hover {
	COLOR: #414e8d;
	text-decoration: underline;
}
A.worksheet:active {
	COLOR: #414e8d;
	text-decoration: underline;
